Name | Modified | Size | Downloads / Week |
---|---|---|---|
SFC 1.0.20.1 | 2012-09-29 | ||
Simple_file_crypt 1.0.10.1 | 2011-04-21 | ||
file_crypt 1.0.7.35 | 2011-04-01 | ||
file crypt 25-03-2011 | 2011-03-25 | ||
Readme.txt | 2012-09-29 | 971 Bytes | |
Totals: 5 Items | 971 Bytes | 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.