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
c8f9115210
commit
869bec5b71
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
|
@ -1,25 +1,26 @@
|
|||
# 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)
|
||||
[`Documentation`](https://github.com/Sigmanor/Crypto-Notepad/wiki/Documentation-%28ENG%29) | [`Release Notes`](https://github.com/Sigmanor/Crypto-Notepad/wiki/Release-Notes) | [`Project TODO`](https://github.com/Sigmanor/Crypto-Notepad/wiki/TODO)
|
||||
|
||||
## 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)
|
||||
* Included all the features of the default Windows Notepad
|
||||
* Association with the application extension
|
||||
* Easily search through the content
|
||||
|
||||
## Build
|
||||
App was created in Visual Studio Community 2015, you can run the .sln file and simply build project (The code is very bad. There are no comments, no following the OOP rules. Learn this code at your own risk. )
|
||||
App was created in Visual Studio Community 2015, you can run the .sln file and simply build a project (The code is very bad. There are no comments, no following the OOP rules. Learn this code at your own risk. )
|
||||
|
||||
## License
|
||||
App distributed under [MIT](https://github.com/Sigmanor/Crypto-Notepad/blob/master/LICENSE) license
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue