Show HN: A password system with no database, no sync, and nothing to breach
bastion-enclave.vercel.app
Show HN: A password system with no database, no sync, and nothing to breach
1–10 of 20 posts
Re: Show HN: A password system with no database, no sync, and nothing to breach
#2Re: Show HN: A password system with no database, no sync, and nothing to breach
#3Re: Show HN: A password system with no database, no sync, and nothing to breach
#4Re: Show HN: A password system with no database, no sync, and nothing to breach
#5It seems particularly important since this doesn't defend against compromised local environment.
Re: Show HN: A password system with no database, no sync, and nothing to breach
#6Also sync'ing is handy for multi-device setup.
Re: Show HN: A password system with no database, no sync, and nothing to breach
#7- losing the master is catastrophic - sign ins with dumb password rules meant I had to sync metadata - a bad actor knowing my resulting password, their site, my username, and potentially my password version meant in theory they could brute force offline and see if they could infer my master - I had to do silly things to use my passwords on not-my-device - getting my password on not-my-device felt extremely dangerous
Re: Show HN: A password system with no database, no sync, and nothing to breach
#8I made one of these once and stopped using it for some of the same reasons folks have in the comments: - losing the master is catastrophic - sign ins with dumb password rules meant I had to sync metadata - a bad actor knowing my resulting password, their site, my username, and potentially my password version meant in theory they could brute force offline and see if they could infer my master - I had to do silly thing…
Re: Show HN: A password system with no database, no sync, and nothing to breach
#9E2EE with a high entropy key as is the case with 1P will save you in the case of a compromise of your vaults stored externally and don't have weird limitations on what your passwords can be. Also sync'ing is handy for multi-device setup.
Re: Show HN: A password system with no database, no sync, and nothing to breach
#10I've always wondered if it's stateless how do I rotate a password? Either due to leaking or just periodically. It seems particularly important since this doesn't defend against compromised local environment.