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.
2023-01-10 22:26:15 +01:00
2023-01-10 22:19:04 +01:00
2023-01-10 22:26:15 +01:00
2023-01-10 22:19:04 +01:00
2023-01-10 22:19:04 +01:00
2023-01-10 22:24:56 +01:00

EncryptFolder

A simple console Application to encrypt the contents of a folder.

Features:

  1. Encrypts whole Folder
  2. Uses multithreading to speed up Encryption / Decryption Process
  3. Saves file names encrypted with same password in binary, and restores names on decrypt
  4. Password is salted and hashed and saved with salt in binary, for password checking before decrypting
  5. Responsive Loading Screen for files of a certain size
  6. Commented code for easy understanding
Description
No description provided
Readme 41 KiB
Languages
C# 100%