Extremely basic text editor with 128 bit AES encryption
To provide a quick, simple and cross-platform solution to store sensitive text based information with encryption.
- QT/C++ based. Works on Mac OS, Windows and Linux.
- 128 bit AES Encryption
- OpenSSL libraries
- Unix based operating systems: libcrypto
- Windows:
- Visual Studio 2008 Redistributables (see: http://slproweb.com/products/Win32OpenSSL.html)
- OpenSSL library (see: http://slproweb.com/products/Win32OpenSSL.html)
- Qt Library (http://qt-project.org/downloads)
Modify EncNotes.pro depending on the location of your libraries, architecture etc. Then either use Qt Creator or run
qmake
make