madebits.com
C O D E
AES Encryption (Windows and Linux)
<<<

  Tools & Code
  webspider
  webnowse
  filewatcher
  adc
  vnotes
  ana
  magicsquare
  aes
  base32
  nsh
  mobcon
  hdb
  tgen
  urlsuite
  httppass
  albpad
  klarity
  poker
  shtypshqip
  roman
  calendar
  main






Software videos
Latest software videos!



AES Encryption

AES is a free command-line tool that encrypts / decrypts one file using AES and a password. AES tool is written in portable C code (binaries for Windows and Linux are provided).

AES is compatible with CriptAES tool. AES does not require .NET RunTime as CriptAES does.

Key generation based on PBKDF1 (PKCS #5 v1.5) with SHA256. AES (FIPS 197), SHA256 (FIPS 180-2) implementations are from http://xyssl.org/.

  Usage

AES tool encrypts / decrypts one file at a time. By default, in auto mode, files ending in *.cript are decrypted, other files are encrypted.

To encrypt:

aes -i file.txt -p test -k 256

This encrypts file.txt to file.txt.cript. To decrypt file.txt.cript use:

aes -i file.txt.cript -p test -k 256

To overwrite auto mode use -e for encrypt or -d for decrypt. For example, the encrypted file file.txt.cript can be encrypted again by adding -e to the command-line:

aes -i file.txt.cript -e -p test -k 256

This produces as output the file.txt.cript.cript file.

Empty files are not encrypted. To overwrite the output file name, use -o:

aes -i file.txt -o file.secret -p test -k 256

The encrypted file will now called file.secret

Use aes -? for more help.

  Download

AES Encryption

For Windows and Linux

VersionTypeFileSizeComment
1.0.0binary
~45KBBinaries for Windows and Linux (32bit) (no source code)



Latest news by Google

madebits.com
home | legal | search | contact | top

©2005-2010