This repository has been archived on 2025-10-15 . You can view files and clone it, but cannot push or open issues or pull requests.
2201b9b554cbc145374481c291ae2fd714b7c5d3
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
Description
Languages
C#
100%