A QT C++ app that saves encrypted notes to a CGI script written in C

Qryptnote

Qryptnote, a Qt app that saves encrypted notes to a cgi script. from Stewart Rap on Vimeo.

Encryption is done with libgcrypt on both the client and CGI script. The same base64.cpp/.h is used on both the client and CGI script and is copyright (C) 2013 Adam Rudd. The CGI script uses the CGIC library, a lightweight C CGI library, copyright 1996-2014 by Thomas Boutell.

I wrote 1,000 lines of C++ for the client and 500 lines of C for the CGI script.

Basic overview



Qryptnote client on GitHub › Qryptnote CGI script on GitHub ›