about page

This commit is contained in:
cupcakearmy 2021-05-16 12:47:52 +02:00
parent 5dff12ea70
commit 2480d875b4
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 5 additions and 3 deletions

View File

@ -20,11 +20,13 @@
<p>
<b>▶ how does it work?</b>
<br />
each note has a 512bit generated <i>id</i> that is used to retrieve the note. data is stored in memory
and never persisted to disk.
each note has a 512bit generated <i>id</i> that is used to retrieve the note. the note is then encrypted
with aes in gcm mode on the client side and then sent to the server. data is stored in memory and
never persisted to disk. the server never sees the encryption key and cannot decrypt the contents
of the notes even if it tried to.
</p>
<b>Features</b>
<b>features</b>
<ul>
<li>server cannot decrypt contents due to client side encryption</li>
<li>view and time constraints</li>