| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| file crypt.exe | 2011-03-25 | 111.6 kB | |
| file crypt.7z | 2011-03-25 | 1.8 kB | |
| Totals: 2 Items | 113.4 kB | 0 | |
Simple File Crypt 1.0.20.1
==========================
I have tried to implement an AES-128 bit encryption here which is considered to be secure.
A complete AES object divided into 2 files "aes.h" and "aes_tables.h".
Only the encrytion algorithm is implemented and a counter mode of operation is used for both encryption and decryption.
If you have any comments please leave a message to "simplefilecrypt-ubte@lists.sourceforge.net".
Project built using Code::Blocks IDE and GNU GCC compiler.
Command line usage
==================
sfc -[e/d] -s source_file password
sfc -[v/h/a]
e -> Encrypton
d -> Decryption
s -> Source file name and password
v -> Version
h -> Help
Alternately if no command line parameters are provided an interactive operation can be done.
# Use at your own risk, the program is not tested by anyone except me and only in windows.
# I am not responsible for any loss you may incur using this.