From 2480d875b4871a69ea7cee00fc38f55116b4705d Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 16 May 2021 12:47:52 +0200 Subject: [PATCH] about page --- client/src/routes/about.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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