https://github.com/ankitrohatgi/encnotes
Extremely basic text editor with 128 bit AES encryption
https://github.com/ankitrohatgi/encnotes
Last synced: about 1 year ago
JSON representation
Extremely basic text editor with 128 bit AES encryption
- Host: GitHub
- URL: https://github.com/ankitrohatgi/encnotes
- Owner: ankitrohatgi
- Created: 2013-06-14T04:33:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T05:50:04.000Z (over 5 years ago)
- Last Synced: 2025-03-14T07:27:30.001Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EncNotes
*Extremely basic text editor with 128 bit AES encryption*
### Objective
To provide a quick, simple and cross-platform solution to store sensitive text based information with encryption.
### Features
1. QT/C++ based. Works on Mac OS, Windows and Linux.
2. 128 bit AES Encryption
### Build Requirements
1. OpenSSL libraries
* Unix based operating systems: libcrypto
* Windows:
- Visual Studio 2008 Redistributables (see: [http://slproweb.com/products/Win32OpenSSL.html](http://slproweb.com/products/Win32OpenSSL.html))
- OpenSSL library (see: [http://slproweb.com/products/Win32OpenSSL.html](http://slproweb.com/products/Win32OpenSSL.html))
2. Qt Library ([http://qt-project.org/downloads](http://qt-project.org/downloads))
### Build Instructions
Modify EncNotes.pro depending on the location of your libraries, architecture etc. Then either use Qt Creator or run
qmake
make