mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Readme update
This commit is contained in:
parent
7bfece31cc
commit
b4262fbf12
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
|
@ -1,3 +1,22 @@
|
||||||
# Crypto Notepad
|
# 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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue