aesgui is a freeware AES gui wrapper for the win32 port of aesutil.
aesutil is a small library and command line program to encrypt or decrypt data
using the Rijndael
algorithm in CBC mode with 256bit key length.
AES uses symmetric encryption, so the same password for encryption and decryption has to be used.
aesgui is a single exe file compressed with upx.
Windows 98, ME, NT, 2000, XP.
aesgui.exe has to be in the same directory as aes.exe
aesgui.exe (B) MD5: 62bacecfd8145e1c433402c669b72cd5
aesgui is a wrapper for aes.exe encryption tool.
It simply provides a GUI for selection of the input and output files for aesutil.
It starts then
aes.exe -d|-e -f <inputfile> -o <outputfile> -p <password>
Requirements:
- aes.exe (tested with 1.0.7) (from http://my.cubic.ch/users/timtas/aes/)
- Win 98,ME,NT,XP,2000
Usage:
Encryption:
1. Press encrypt icon
2. Select File to be encrypted
3. Input password
4. Select Filename and Directory for encypted file
Decryption:
1. Press decrypt icon
2. Select File to be decrypted
3. Input password
4. Select Filename and Directory for decypted file
System Changes:
- aesgui does not modify registry.
- aesgui does not save ini-files etc.
Please report bugs or feature requests to dev@vonwangelin.com. Thank you!