mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
about page
This commit is contained in:
parent
5dff12ea70
commit
2480d875b4
@ -20,11 +20,13 @@
|
|||||||
<p>
|
<p>
|
||||||
<b>▶ how does it work?</b>
|
<b>▶ how does it work?</b>
|
||||||
<br />
|
<br />
|
||||||
each note has a 512bit generated <i>id</i> that is used to retrieve the note. data is stored in memory
|
each note has a 512bit generated <i>id</i> that is used to retrieve the note. the note is then encrypted
|
||||||
and never persisted to disk.
|
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>
|
</p>
|
||||||
|
|
||||||
<b>▶ Features</b>
|
<b>▶ features</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>server cannot decrypt contents due to client side encryption</li>
|
<li>server cannot decrypt contents due to client side encryption</li>
|
||||||
<li>view and time constraints</li>
|
<li>view and time constraints</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user