Crypto-Notepad/README.md
2016-01-24 21:22:29 +02:00

27 lines
1.1 KiB
Markdown

# Crypto Notepad
Notepad-like simple text editor for Windows, where files are saved and loaded encrypted with AES algorithms.
![](http://i.imgur.com/84yBETc.png)
## Quick Links
[`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 different parameters of the encryption (hash algorithm, key size, password iterations, salt)
* Included all the features of the default Windows Notepad
* Association with the application extension
* Easily search through the content
## Contribution
Feel free :octocat:
## Build
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
Distributed under [MIT](https://github.com/Sigmanor/Crypto-Notepad/blob/master/LICENSE) license