This is cool! I noticed you accept bitcoin, will you accept Monero as well?
Show HN: Working on a Zero-Knowledge Daily Journaling App
81–90 of 112 posts
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#82If I can offer some unsolicited feedback: - This space is very crowded - to consider this app, I need to know a differentiator much sooner. Is it the streak? Is it the zero-knowledge? What makes this different from the 20 other options? It seems like the value prop here is "this is a simple journal that tracks whether you wrote today or not, and that is zero knowledge." If there's more, it's missing from the marketin…
Currently the app is light on features so indeed it does not differentiate well, but we will build out a retrospective flow which is unique and helps users find actionable insights from past entries, and explore their best ideas on specific topics over time.
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#83looks very slick! are you planning to do the typical SAAS route with this? or is it actually free forever?
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#84What about this necessitates "on the internet?" Just do it offline, there's your zero-knowledge.
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#85Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#86On desktop, I can only scroll the middle section of the site. If I hover anywhere on the side margin and try to scroll, nothing happens. (Firefox, macOS)
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#87On desktop, I can only scroll the middle section of the site. If I hover anywhere on the side margin and try to scroll, nothing happens. (Firefox, macOS)
Came here to say this, it really messed with my mind for a second. I'm using Brave on macOS, so it's not browser related.
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#88For the love of anything, please stop messing with the scrollbar. Not only (as two others mentioned) does scrolling only work on part of the screen, it also moves at a completely different speed than what I have set up, and hides the scrollbar. Browser can scroll and handle scrolling well. Let them do it.
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#89noticed that the page doesn't scroll outside of the center container, which feels a little buggy.
Re: Show HN: Working on a Zero-Knowledge Daily Journaling App
#90Earlier quoted context omitted.
yes agree, thanks! The white paper is here https://docs.google.com/document/d/1T0SEj5WrymfyzNDD8rNGKQ2O... need to add to landing page
SHA-256 is not suited to derive key material from weak input data, you should use PBKDF2 or another key derivation function for that. The authentication method also seems pretty wonky, that's not how to do zero-knowledge password verification, you should look at methods like PAKE for that. As usual, just don't roll your own crypto if you don't know what you're doing.
Also, I'm interested if you see an attack vector on the authentication method. One thing to note is that even if an attacker can authenticate successfully they still have no access to the user private data without brute forcing the master password.