From 2201b9b554cbc145374481c291ae2fd714b7c5d3 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:24:56 +0100 Subject: [PATCH] Edited gitignore and created Readme --- .gitignore | 1 + README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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