Because my passwords are stored in the cloud but they are only decrypted on my PC. If a nation state or another attacker gets into the password manager I use, they have my encrypted passwords just the same as if they rooted some Linux box I have an account on. The stakes are roughly the same. A passsword manager (PM) makes random passwords easier. A PM keeps me from re-using passwords. A PM gives me a relatively secu…
> they are only decrypted on my PC. The point is, why do you believe it's true?
Ask HN: Why should I trust password managers?
61–70 of 289 posts
Re: Ask HN: Why should I trust password managers?
#62Earlier quoted context omitted.
> There are ways to store data securely, one of the simplest methods is to do zero-knowledge encryption of that data by way of key-generation from a password only the user knows at the time of decryption. This keeps your passwords save until you enter your master password. At that point you have to trust the software that was downloaded a few days ago from an appstore or a few seconds ago from the company webserver.…
Your argument has nothing to do with cloud storage or password managers generally and seems to be an argument against automatic updates. So, fine, disable automatic updates (although I'd argue you're safer with them). I also baked in the presumption that the software isn't malicious in my comment and called it out. So, sure, yes malware that leaks your password can exist. That doesn't really have any effect on whethe…
Re: Ask HN: Why should I trust password managers?
#63Re: Ask HN: Why should I trust password managers?
#64Earlier quoted context omitted.
I guess password managers seem like one of those few decisions that made my life both more convenient and more secure (after the initial adoption). Out of curiosity, what could one use instead of a password manager that would be closer to the “more secure” side of things in your opinion?
You could use a different password for each service and just write them in a paper notebook. Paper is generally not susceptible to malware or other ways passwords can leak from a local or hosted password manager.
Re: Ask HN: Why should I trust password managers?
#65There is no more convenient "safe handling of passwords on the web" than a password manager, in my experience. That said, if you know of a better, but at least as safe, way, then please share.
Insert shameless Bitwarden plug here.
Re: Ask HN: Why should I trust password managers?
#66Even if the product is secure. Even if it actually does end-to-end encryption. Even if it is open-source and you can audit code.
Even if all of the above are met, somebody still can upload a malicious package or commit malicious change that gets propagated to you.
It is probably fine to use password managers for stuff where damage would be limited (accounts to low value things).
But for stuff that matters I know of no better system than a piece of paper, a tamper evident envelope and a logbook.
Re: Ask HN: Why should I trust password managers?
#67IMO it's strange that people use cloud-based password managers. Companies like 1Password have all your passwords in their cloud. So they are an enormous target. I use enpass, and am in charge of my own syncing and storing in the datastore of my choice. I personally prefer this model.
Re: Ask HN: Why should I trust password managers?
#68I don’t trust or use SAAS password managers. They are massive honeypots just waiting to be pwned and everyones’ passwords to all their websites stolen. They have above average security, but unlike a typical website they can’t just store a one-way hash of passwords that remains secure even when stolen, they have to store the actual password. I imagine nation state-supported malicious hackers are targeting them. Everyt…
Re: Ask HN: Why should I trust password managers?
#69I use a password manager for the hundreds of accounts I have where security is not super important. Mostly as way to not have to reuse passwords (credential stuffing now makes up a significant amount of attack traffic), nor fight the varying password requirements ("shoot, did this website require a special character?"). Tbh, it's nice to have one less thing to worry about. For the increasing number of sites which req…