Edited gitignore and created Readme

This commit is contained in:
Pablu23
2023-01-10 22:24:56 +01:00
parent e52f241422
commit 2201b9b554
2 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@
*.user
*.userosscache
*.sln.docstates
*.idea
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

View File

@@ -1 +1,11 @@
# EncryptFolder
# 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