About

About

cryptgeon is a secure, open source sharing note / file service inspired by PrivNote.

each note has a generated id (256bit) and key 256(bit). The id is used to save & retrieve the note. the note is then encrypted with aes in gcm mode on the client side with the key 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. the backend is written in rust and the frontend is svelte and typescript.
you are welcomed to check & audit the source code .
icons made by freepik from www.flaticon.com {#if $status} v{$status.version} {/if}