Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 585 Bytes

AES 1.0

Description: Decode/Encode files/data using the AES algorithm.

AUTHOR: Fatih Kodak

USAGE

Call: aes.exe [-h|-v] <-d|-e> <infile|-s> <outfile|-s>

Options:

      -d        Decode
      -e        Encode
      -h        Print this message
      -s        Read data from stdin/Write data to stdout
      -v        Print version number


      Examples: 	aes.exe -e samplepassword myfile.txt encoded.aes
                          aes.exe -d samplepassword encoded.aes myfile.txt

by Fatih Kodak http://www.f2ko.de