This web application takes text messages and encrypts them into a database. Getting into the details, this operation is achieved by leveraging an symmetric encryption algorithm (AES) whereby this application can encrypt and decrypt your message through a known procedure using uniquely generated keys.
For transparency, this is the high level of how creating a note is accomplished, however for the sake of security of your notes, the details will be limited.
I decided against a diagram for this as the operation is dead simple.