From b4262fbf128186012128e79f05f0e58cf1079c0c Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sun, 17 Jan 2016 13:51:26 +0200 Subject: [PATCH] Readme update --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6be69..d6f23ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # Crypto Notepad -This app is not yet complete, and not recommended to encrypt important files. +Notepad-like simple text editor for Windows, where files are saved and loaded encrypted with AES algorithms. + +![](http://i.imgur.com/5YVWzYR.png) + +## Quick Links +Timeline: [Release Notes](https://github.com/Sigmanor/Crypto-Notepad/wiki/Release-Notes) +Documentation: [ENG](https://github.com/Sigmanor/Crypto-Notepad/wiki/Documentation-%28ENG%29) (Not completed) +Bug tracker: [Issues](https://github.com/Sigmanor/Crypto-Notepad/issues) + +## Features + +* Fully customizable editor. Able to customize the colors and fonts +* Able to customize all the parameters of the encryption (Hash Algorithm, Key Size, Password Iterations, The Salt) +* All functions of the default Windows Notepad +* Association with the application extension (.cnp) +* Easily search through the content + +## License +App distributed under [MIT](https://github.com/Sigmanor/Crypto-Notepad/blob/master/LICENSE) license +