Home / SFC 1.0.20.1
Name Modified Size InfoDownloads / Week
Parent folder
sfc.exe 2012-09-29 126.5 kB
Readme.txt 2012-09-29 971 Bytes
Simple_file_crypt_aes.zip 2012-09-29 9.4 kB
Totals: 3 Items   136.8 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.
Source: Readme.txt, updated 2012-09-29