This commit is contained in:
cupcakearmy 2021-05-05 10:52:10 +02:00
parent 5378b7a820
commit acd488aab0
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Check out the demo and see for yourself https://cryptgeon.nicco.io.
## Features ## Features
- server cannot decrypt contents due to client side encryption - server cannot decrypt contents due to client side encryption
- view and time constrains - view and time constraints
- in memory, no persistence - in memory, no persistence
- obligatory dark mode support - obligatory dark mode support

View File

@ -13,7 +13,7 @@
<h1>About</h1> <h1>About</h1>
<p> <p>
<i>cryptgeon</i> is an secure, open source sharing note service inspired by <i>cryptgeon</i> is a secure, open source sharing note service inspired by
<a href="https://privnote.com"><i>PrivNote</i></a>. <a href="https://privnote.com"><i>PrivNote</i></a>.
</p> </p>
@ -27,7 +27,7 @@
<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 constrains</li> <li>view and time constraints</li>
<li>in memory, no persistence</li> <li>in memory, no persistence</li>
</ul> </ul>