Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 920 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 920 Bytes

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
  2. Qt Library (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