Skip to content
/ AES Public

Decode/Encode files/data using the AES algorithm.

License

Notifications You must be signed in to change notification settings

Batch-Man/AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Decode/Encode files/data using the AES algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published