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.
41ac9e7f859b381b503df0953d8ff6cbabe86584
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%