Home >
Support >
Online Manual >
How to use AEP PRO >
Command Line Interface >
Command line syntax
Command line syntax of Advanced Encryption Package Professional
It is possible to perform AEP2009 commands from the command line. Common command
line syntax is described below:
AEPCMD
<command> -<switch1> -<switchN> <files...>
<@listfiles...>
command
Character
combination denoted function to be performed by AEP2009
switch
Switches used to define a specific type of operation
Files
The name(s) of files to be processed.
Listfiles
The name of a file containing the names of the files to process.
Notes
commands and switches are
not case sensitive, you may write them both in upper and in lower
case.
Detailed
syntax
aepcmd
<ENCRYPT="pwd" | ENCRYPTRSA="d:\path\publickeyfile.ext" | SFX="pwd">
<-ALG=alg> [-EXCLUDE="masks"] [-RIDDLE="riddle"] [-COMPRESS] [-RECURSE]
[DESTINY=dny] [-YES2ALL | -NO2ALL] [-OUTPUTFOLDER="d:\path\outputfolder"]
<files... | @listfile>
aepcmd
<DECRYPT="pwd" | DECRYPTRSA="d:\path\privatekeyfile.ext"
[-PRIVKEYPWD="pwd"]> [-EXCLUDE="masks"] [-RECURSE] [DESTINY=dny] [-YES2ALL |
-NO2ALL] [-OUTPUTFOLDER="d:\path\outputfolder"] <files... |
@listfile>
aepcmd
<GENRSAKEYS=<512|768|1024|2048>> [-PRIVKEYPWD="pwd"] publicfile.ext
privatefile.ext
aepcmd
<SHRED> [-EXCLUDE="masks"] [-RECURSE] <files... |
@listfile>
Back to the Table of Contents