Live data from Hacker News

Show HN: Notesnook – A cross-platform privacy focused zero-knowledge notes app

notesnook.com

41–45 of 45 posts

Re: Show HN: Notesnook – A cross-platform privacy focused zero-knowledge notes app

#41
post #6

Hello everyone, lead developer of Notesnook here. We started out development of Notesnook a year ago with the aim of providing a 100% privacy focused note-taking app. At the time, Standard Notes was getting the spotlight for it's privacy fearures. However, it lacked many essential things that we thought were important: 1. Very bad mobile app experience 2. Hard to navigate and use 3. No community 4. No customer-develo…

Verification email comes from another name and domain. Would be worth to sync it with the app name. I almost did not find it.

Re: Show HN: Notesnook – A cross-platform privacy focused zero-knowledge notes app

#42
post #41
post #6

Hello everyone, lead developer of Notesnook here. We started out development of Notesnook a year ago with the aim of providing a 100% privacy focused note-taking app. At the time, Standard Notes was getting the spotlight for it's privacy fearures. However, it lacked many essential things that we thought were important: 1. Very bad mobile app experience 2. Hard to navigate and use 3. No community 4. No customer-develo…

Verification email comes from another name and domain. Would be worth to sync it with the app name. I almost did not find it.

Yes, that is intentional. We are using a central identity provider for auth, that's why.

I will take this into account though.

Re: Show HN: Notesnook – A cross-platform privacy focused zero-knowledge notes app

#43

How does syncing across devices work?

I tried to keep the syncing as simple as possible. All data is first encrypted on the device using the user's key and then pushed and saved in the server db. When you login from another device your data is fetched and decrypted and shown to you.

Do you save the user's key in server to decrypt? If that's the case, how are the notes truly 'private'?

Re: Show HN: Notesnook – A cross-platform privacy focused zero-knowledge notes app

#44

Earlier quoted context omitted.

I tried to keep the syncing as simple as possible. All data is first encrypted on the device using the user's key and then pushed and saved in the server db. When you login from another device your data is fetched and decrypted and shown to you.

Do you save the user's key in server to decrypt? If that's the case, how are the notes truly 'private'?

No, not at all. All encryption/decryption happens client-side. That is why it's zero-knowledge.

Re: Show HN: Notesnook – A cross-platform privacy focused zero-knowledge notes app

#45

Earlier quoted context omitted.

I tried to keep the syncing as simple as possible. All data is first encrypted on the device using the user's key and then pushed and saved in the server db. When you login from another device your data is fetched and decrypted and shown to you.

Do you save the user's key in server to decrypt? If that's the case, how are the notes truly 'private'?

The key stays with the user only. We have no knowledge of it.
Post reply on HN