Edited gitignore and created Readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,6 +9,7 @@
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.idea
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
12
README.md
12
README.md
@@ -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
|
||||
Reference in New Issue
Block a user