This project demonstrates the use of secure hash functions technique
to implement a file encryption / Decryption system.
This implemented application can encrypt / Decrypt multiple files
on the fly using a password. The password supplied by the user
is used as the source message from which the hash code (key) is
generated using the SHA algorithm. Then this key is used to
enctypted the data in the file(s). This key is stored in the
encrypted file along with the encrypted data.
标签:
demonstrates
encryption
functions
implement
上传时间:
2014-01-10
上传用户:yyq123456789