Replies: 1 comment 3 replies
-
|
Hey, Unless you manually decrypt a note by clicking on the "decrypt" option from there menu the server will see encrypted content Hope this clarifies things a little! P.s. there's two encryption methods you can use, pgp or xchacha, neither allow you to store the password in state so it'll always prompt you for a password |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
I don't understand how encrypted notes work at the moment. It seems that you can never edit an encrypted note again without removing the encryption¹. Is that correct? This is not very useful.
I am not a crypto expert, but wouldn't something like this work:
→ Similar workflow to regular notes; full edits; just one additional ask for the "encryption password".
Another benefit of this design is easy shared encryption: simply use the public keys of all users that shall have access. No need for knowing the other persons password or private key; i.e. each user can use their own password to access the note.
What do you think?
¹ I find "decrypt" a bit misleading as a word, because what it actually means is "remove encryption". I don't think anybody ever wants to "remove encryption" of an encrypted note. IMHO, this should not be offered so easily, it should be an "advanced feature" and marked red and with a⚠️ , similar to "delete".
Beta Was this translation helpful? Give feedback.
All reactions