New ask Hacker News story: Tell me why this a terrible idea [RYO Password Manager]

Tell me why this a terrible idea [RYO Password Manager]
3 by sevsco | 0 comments on Hacker News.
So I'm not a huge fan of the password managers I've tried, they usually feel slow and clunky. I created a simple little Jekyll site to host encrypted versions of passwords, and to decrypt all the passwords to plaintext client-side once a password is entered. New passwords can be encrypted client side and added manually to the Jekyll site via committing to the git repo. It's hosted for free on Github pages. Something like Netlify CMS could remove the manual aspect of it by providing an auth+backhaul to update the git repo via a client side gui. Is this a terrible idea? If so, why? Demo repo: https://ift.tt/37Dkb0k Demo site: http://ge0de.ninja/

Comments