477 B
477 B
EncryptFolder
A simple console Application to encrypt the contents of a folder.
Features:
- Encrypts whole Folder
- Uses multithreading to speed up Encryption / Decryption Process
- Saves file names encrypted with same password in binary, and restores names on decrypt
- Password is salted and hashed and saved with salt in binary, for password checking before decrypting
- Responsive Loading Screen for files of a certain size
- Commented code for easy understanding