diff --git a/.gitignore b/.gitignore index 9491a2f..8bddcd8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.user *.userosscache *.sln.docstates +*.idea # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/README.md b/README.md index f268f74..2e3db52 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# EncryptFolder \ No newline at end of file +# 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 \ No newline at end of file