Hacker News new | ask | show | jobs
by alphagrep12345 1905 days ago
Do you save the user's key in server to decrypt? If that's the case, how are the notes truly 'private'?
2 comments

No, not at all. All encryption/decryption happens client-side. That is why it's zero-knowledge.
The key stays with the user only. We have no knowledge of it.