Hacker News new | ask | show | jobs
by kodo_coder 2252 days ago
I looked into your challenge handshake logic, and it looks legit. Really impressed. Do you have a solution for pw derived keys?

(Also, you have a few UI issues: login exists across browser sessions, stuff like that. Feel free to ping me to talk more.)

1 comments

1. PW derived keys. Yes this is on V2 of the roadmap. It is definitely possible today, however a bunch of research our end is required to ensuring the security of private keys we hold (this includes an audit)

2. Logins across browsers. Securing private keys is definitely still part of V1, this is easy locally, just need to make it part of the UI. UI/UX is definitely our weak point