Crypto-Notepad/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

2016-01-09 20:42:51 +00:00
# Crypto Notepad
2016-01-09 20:31:02 +00:00
2016-01-17 11:51:26 +00:00
Notepad-like simple text editor for Windows, where files are saved and loaded encrypted with AES algorithms.
2016-01-22 17:48:07 +00:00
![](http://i.imgur.com/84yBETc.png)
2016-01-17 11:51:26 +00:00
## Quick Links
2016-01-17 19:02:07 +00:00
[`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)
2016-01-17 11:51:26 +00:00
## Features
* Fully customizable editor. Able to customize the colors and fonts
2016-01-24 19:22:29 +00:00
* Able to customize different parameters of the encryption (hash algorithm, key size, password iterations, salt)
2016-01-17 19:02:07 +00:00
* Included all the features of the default Windows Notepad
* Association with the application extension
2016-01-17 11:51:26 +00:00
* Easily search through the content
2016-01-23 18:07:56 +00:00
## Contribution
Feel free :octocat:
2016-01-17 12:01:48 +00:00
## Build
2016-01-17 19:02:07 +00:00
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. )
2016-01-17 12:01:48 +00:00
2016-01-17 11:51:26 +00:00
## License
2016-01-17 20:26:15 +00:00
Distributed under [MIT](https://github.com/Sigmanor/Crypto-Notepad/blob/master/LICENSE) license
2016-01-17 11:51:26 +00:00
2016-01-17 19:02:07 +00:00