Description: 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.
- [SHA_MatLab] - SHA (secure Hash algorithm) is a one-way
- [code] - DES encryption algorithm, using 64-bit (
- [doc1] - This project demonstrates the use of sec
- [file-encrypt] - With their own set of file encryption an
File list (Check if you may need any files):
New Folder
..........\crypto-documentation_main.doc
..........\ENCRYPT.H