aes Chris Brown 7/14/2011

aes: a command-line aes encryption tool.
usage: aes -k | (-e|-d) <key> [text | -i file] [-o file] | -h
-h        : This help info.
-k        : Generate a key.
-e <key>  : Encrypt.
-d <key>  : Decrypt.
<text>    : Provide text to encrypt or decrypt on command-line.
-i <file> : Name of file to use as encrypt/decrypt input.
-o <file> : Name of file to use as encrypt/decrypt ouput.


To run, try 

   java -jar aes.jar

of
  
   java aes


