softwarehelp.info
 
Home | Contact us | Publish Manuals | Remove Manuals

 

Advanced encryption package: Commands executed to encrypt specified files in directory

Buy Advanced Encryption Package Online! Buy Advanced Encryption Package Online!

Commands

"ENCRYPT" or "E" - Encrypt files

Encrypt specified files in directory. This is command equivalen of the command "E"

Syntax

ENCRYPT[=password]

or

E[=password]

Examples:

a) encrypt all *.doc files in current folder

AEPCMD encrypt=pasw *.doc

b) encrypt all JPG files in 'c:\my pictures' folder and all its subfolders. And then delete all original not-encrypted files

AEPCMD e="my super password" -destiny=d -r "c:\my pictures\*.jpg"

retrieve deleted text message disk recovery program Convert Microsoft Access to MySQL
restore partition free email password recovery lock usb
undelete pictures sd card free purchase order forms download data recovery tool

ENCRYPTRSA" or "ERSA" - Encrypt files

Encrypt files using public key file instead of password.

ENCRYPTRSA[=publickeyfile.ext]

or

ERSA[=publickeyfile.ext]

Examples:

a) encrypt all *.doc files in current folder using public key file of your friend John Doe.

AEPCMD encryptrsa="c:\rsakeys\john_doe_public_1024bit.aepkey" *.doc

Note: only owner of john_doe_private_1024bit.aepkey file will be able to decrypt these *.doc files.

b) encrypt all JPG files in 'c:\my pictures' folder and all its subfolders. And then delete all original not-encrypted files

AEPCMD ersa="c:\rsakeys\john_doe_public_1024bit.aepkey" -destiny=d -r "c:\my pictures\*.jpg"

"DECRYPT" or "D" - Decrypt files

Decrypt specified files in directory. This is command equivalen of the command "D"

Syntax

DECRYPT[=password]

or

D[=password]

Examples:

a) decrypt all encrypted files on drive C:.

AEPCMD decrypt="password" -r c:\ *.aep

b) decrypt myinfo.doc.aep in current folder into myinfo.doc file and then delete encrypted file myinfo.doc.aep. Place decrypted file into c:\decrypted folder.

AEPCMD d="my super password" -dny=d -outfolder="c:\decrypted" myinfo.doc.aep

"DECRYPTRSA" or "DRSA" - Decrypt files

Syntax

DECRYPTRSA[=privatekeyfile.ext] [-PRIVKEYPWD="pwd"]

or

DRSA[=privatekeyfile.ext] [-PRIVKEYPWD="pwd"]

Examples:

a) decrypt all PKI encrypted files on drive C:. in folder MyDocuments and its subfolders using own secret private file.

AEPCMD decryptrsa="c:\aepkeys\general_2048bit_private.aepkey" -r c:\MyDocuments\*.aep

b) decrypt company1.doc, company2.doc, company3.doc and etc files. Use encrypted private key file. All decrypted files should placed to c:\documents\. Delete encrypted files after decryption.

AEP drsa="c:\aepkeys\general_2048bit_private_encrypted.aepkey" -privkeypwd="123" -dny=d -outfolder="c:\documents" "c:\encrypted\company*.doc.aep

"SFX" - Create encrypted EXE files

Create encrypted self-extracting EXE files

Syntax

SFX[=password]

Examples:

a) encrypt invoice.doc into invoice.doc.exe file using DESX128 algorithm. Attach pasword riddle to encrypted file

AEP sfx=pasw -riddle="the used password is car name of my mother" -alg=desx invoice.doc

Note:

Now invoice.doc.exe can be sent to your partners via e-mail as attachement. Recipient does not have to have AEP2009 program do decrypt file contents. Recipient will execute invoice.doc.exe and will be asked for password. You can tell the password him via phone. If password is right, original invoice.doc will be decrypted successfuly on recipient's side

"SHRED" or "SD" - Shred files

Shred (WIPE) specified files. This is command equivalenе of the command "SD"

Syntax

SHRED

or

SD

Examples:

a) shred all *.* files in c:\my_picts folder only

AEP shred c:\my_picts

b) shred all *.gif files in c:\my_picts folder and in all its subfolders

AEP sd -recurse c:\my_picts\*.gif

Buy Advanced Encryption Package Online! Buy Advanced Encryption Package Online!
 
Introduction
Advanced Encryption Package
New Features
Frequently Asked Questions
   
Encryption Algorithm
Serpent
3-Way
DES
Twofish
Tea
DESX
Blowfish
3-DES
Rijndael
RC2
Shark
Diamond 2
Safer
MARS
Skipjack
Square
GOST
Encryption
   
Using AEP Pro
Main Window Layout
Select Files to Process
Encrypt Files
Decrypt Files
Create SFX Files
Password Qualtiy Indicator
Public Key Infrastructure
RSA Key Management Tool
Send Encrypted Email Message
Receive Encrypted Email
Add Files to ZIP Archive
Delete Files Securely
SFX Modules Command Line Interface
Integration with Windows Shell
USB Password Storage
Clipboard Encryptor
 
Command Line Interface
Command Line Syntax
Commands
Switches
   

Home | Contact us | Publish Manuals | Remove Manuals