- Millions of people use password managers. They make accessing online services and bank accounts easy and simplify credit card payments.
- Many providers promise absolute security – the data is said to be so encrypted that even the providers themselves cannot access it.
- However, researchers from ETH Zurich have shown that it is possible for hackers to view and even change passwords.
tl;dr:
- If the password manager server is hacked and compromised, then syncing your passwords with the compromised server will lead to compromised passwords (duh)
- None of the providers tested have (or have had in the past) compromised servers.
and an observation or two:
- Vaultwarden is free, self-hostable, and doesn’t rely on trust in a third party.
- Keepass (and its client variants, like KeepassXC which is pretty great) is even more secure because there is no server, just an encrypted file you can store anywhere.
Kushan@lemmy.world 2 weeks ago
From the paper itself:
I didn’t look at the response to other Password managers, but the gist here is that the article is overblowing the paper by quite a bit and the majority of the “issues” discovered are either already fixed, or active design decisions.
1984@lemmy.today 2 weeks ago
I was also just looking for bitwarden information. Its just the best password manager and has never failed to do its job.
ftbd@feddit.org 2 weeks ago
They advertise that passwords are only stored on the server in encrypted form, meaning they couldn’t read them even if they wanted to (or were forced to by a government agency) and you don’t have to trust them not to. This paper shows that several vulnerabilities exist in the protocol which could be exploited by malicious code running on the server (injected by hackers or a government agency), which would then allow an attacker to obtain cleartext-passwords. So you do, in fact, have to trust the servers integrity.
Uebercomplicated@lemmy.ml 2 weeks ago
The beauty of open source
WhyJiffie@sh.itjust.works 2 weeks ago
“fixed”
lemmy.ml/comment/24008121
Appoxo@lemmy.dbzer0.com 2 weeks ago
Or you can change the encryption to argon2 in the settings with salted hashes.
Granted it’s probably not per item but at least something.