The only way I can see someone getting to my passwords is by getting malicious code into the browser extension and/or mobile app. That means the only viable attacks are through Mozilla and Google, who I already have to trust for my browser and mobile OS.
Ask HN: How comfortable do you feel using cloud-based password managers?
51–60 of 199 posts
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#52Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#53I'm not a fan of cloud storage that much anyway - not after Dropbox invited C. Rice to board of directors. [1]
[1]- https://en.wikipedia.org/wiki/Criticism_of_Dropbox#April_201...
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#54I've used pretty much every password manager under the sun at one point or another. Lastpass, 1Password, Bitwarden, Dashlane, Remembear, KeePass(X) and I've finally settled on regular ol' pass. I never really understood how it "syncs" but it's just git! Push and pull to update on every device. I use a private repo since site names are still metadata. You could put the whole directory tree in a tomb as well but that e…
Sadly this isn’t a modern solution. People have smartphones and occasionally have to login to Windows (without WSL). While I’d love for everything I use to provide an easily accessible *nix shell it just isn’t practical for phone use or modern computing environment where you can access cloud data using web services from any internet connected computers/devices.
FWIW, using Termux on Android enables practical phone use of many command line programs.
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#55I use KeePass, well now I guess it's KeePassXC, and I keep up with my onsite backups. There have been way, way more problems with 3rd party and cloud based services than I've had with my private system.
I've survived a couple of hardware failures, a few problems I created myself, and effortlessly migrated from Windows to MacOS to Linux in the meantime.
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#56I've used pretty much every password manager under the sun at one point or another. Lastpass, 1Password, Bitwarden, Dashlane, Remembear, KeePass(X) and I've finally settled on regular ol' pass. I never really understood how it "syncs" but it's just git! Push and pull to update on every device. I use a private repo since site names are still metadata. You could put the whole directory tree in a tomb as well but that e…
Sadly this isn’t a modern solution. People have smartphones and occasionally have to login to Windows (without WSL). While I’d love for everything I use to provide an easily accessible *nix shell it just isn’t practical for phone use or modern computing environment where you can access cloud data using web services from any internet connected computers/devices.
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#57Additionally, I also believe that:
1. I should have access to all my passwords without a working or stable internet connection
2. And that I should leave as few ways for social media/cancel culture pressure to affect my life as possible.
Hence offline systems like KeePass work fine for me. I can trust they're not providing backdoors, I don't have to worry about a third party server getting hacked, they're accessible offline and if I end up in a controversy, my enemies can't do anything to get my account suspended or terminated.
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#58I have personally read through keepassxc source - haven't read the Android client. I have syncthing on my todo list.
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#59We all know how just after some years all encryption can be rendered useless by some technical advancement or mathematical brake-through (potentially).
In my opinion you are far better off with some device (mooltipass, yubikey) that holds your credentials because you have physical control over it and the chances your encrypted passwords are stolen are much lower than going with the cloud option.
This isn't about being paranoid but about minimizing the risk of ones credential being exposed/compromised.
We trust entities far too much for my taste and next to credentials I also don't feel comfortable with private pictures and videos of/with me being uploaded to some cloud.
1. Something could go wrong while transport (poor SSL/TLS, compromised devices in between (MITM) & weak crypto) 2. Something could go wrong on the companies side (failure to implement crypto properly, usage of weak crypto, bad server security) 3. Most encryption can be broken and it probably will be broken. This isn't about the fear of quantum computing but plain logic. Crypto often relies on some mathematical assumption that states that no one can break something in a realistic amount of time (e.g. discrete logarithms) which is rendered useless by superior equipment/power to calculate. Then there is implementation details which are too complex (or the people who implement it just don't take enough care) to be executed in the correct (=secure) way, easily.
This is a problem we can see on many waypoints in these scenarios and this fact for itself increases the risk of being compromised in a scale I'll always try to weigh in and to minimize.