diff --git a/client/src/routes/about.svelte b/client/src/routes/about.svelte index b60dc54..dd25cb4 100644 --- a/client/src/routes/about.svelte +++ b/client/src/routes/about.svelte @@ -20,11 +20,13 @@

▶ how does it work?
- each note has a 512bit generated id that is used to retrieve the note. data is stored in memory - and never persisted to disk. + each note has a 512bit generated id 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.

- ▶ Features + ▶ features