Live data from Hacker News

Ask HN: How comfortable do you feel using cloud-based password managers?

news.ycombinator.com

101–110 of 199 posts

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#101
I use https://app.keeweb.info/ but I host the data itself, it's actually just a static page until you connect it to your preferred data store. I like it because the page and data caches for use offline and it's multi-device. I just copy/paste the hard way to fill forms and even transcribe from my phone on devices I don't trust.

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#102
I'm currently using LastPass, keeping my bank, anything that can control my bank, and my email(s), but I wouldn't mind switching to something less centralized.

It's my opinion that you end up having to trust someone, and having a password manager that I can arbitrarily make new identities with secure passwords automagically outweighs the small (imo) chance that the password manager is untrustworthy.

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#103

It took me a while to come around, but Bitwarden finally convinced me. Both the clients and servers (there are third-party implementations) are open-source and besides the security audit they had some time ago, I also checked some components myself to reassure myself that all outgoing data is in fact encrypted and that the decryption is done client-side. The only way I can see someone getting to my passwords is by ge…

I too, resisted the urge to go with a password manager for a long time and finally ended up with Bitwarden. I like that its OSS and I have the option of running it myself, if necessary. More importantly, I can pay someone to run it for me; hopefully this means they will stick around.

I don't really mind having my passwords hosted somewhere else by someone else. I don't really trust myself to do it properly and I have a lot of other things to worry about. If I ever end up being an "important" person I can always export my passwords and save them locally. Or more likely run my own instance of Bitwarden.

NOTE: Reading through most of the answers here makes me think that everyone is hording state secrets or has billions of $$$ in the bank. I just want to log into my airline and check in for my flight, or comment on HN. I'm not trying to keep a state actor at bay.

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#105
I store my passwords in an encrypted Numbers spreadsheet which I store in iCloud. Thus you need iCloud access and the spreadsheet password to access.

I have considered encrypted notes for low security passwords, but find the sort and too easily editing function of notes not great for copying and pasting.

I want to use iCloud KeyChain, but I like having a desktop client to manage passwords — but I found it I created a password set on macOS it wouldn’t appear in iOS keychain — anyone know why?

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#106
post #32
post #9

I'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…

Bitwarden has also had an external audit. With regards to Bitwarden, it has a wordphrase on the account which only you know. You can verify this when you connect to the cloud. You can run the server within your own cloud. With the cloud, you can assume that the government has access to the encrypted database. If you have a strong password, it will take them longer to brute-force your database. We are talking about tw…

> With the cloud, you can assume that the government has access to the encrypted database. If you have a strong password, it will take them longer to brute-force your database. We are talking about two governments here: the US government (most password managers are from US companies and are hosted in US clouds) and your own (who can attempt to ask for the data), this is no issue, but I believe you should by default not trust them. This is important because it should be part of your risk assessment.

If it were just the risk of brute-forcing, I have a hard time believing this to be a real problem. Use a secure enough passphrase etc (and if that's not good enough, they could also just brute force into most of your accounts anyway). IMO the relevant thread model is more that they can convince / coerce / do it themselves the provider to change the javascript that does the client side decryption.

I use bitwarden for a good fraction of my login data, because I don't currently consider this part of my thread model...

I'm not fully convinced by bitwarden, especially the 2nd factor integration IMO isn't good enough. But I've not had enough to time to look much further.

I wish there were something that used (as a second round of encryption) a key residing on a yubikey to decrypt the password of individual entries, without going through gpg. Going through gpg just seems to complicated and fragile to me, and has annoying restrictions like not really allowing multiple yubikeys.

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#107
post #85

I personally use KeePass and Dropbox. I don't mean to hijack the thread, but allow me to ask what you guys use within you company, if anything. Do you use a cloud solution, something self-hosted, or nothing?

At my company, we use Azure Keyvault to hold certificates and other secrets used between applications. https://azure.microsoft.com/en-us/services/key-vault/

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#108
post #9

I'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…

It really surprises me that people are using pass or any other password manager developed as open source.

Yes, the code is open source, but unless you download the code yourself and compile it, which not many people do on desktop and no one does for mobile clients, you have to trust the deploy process of a random group of people. None of the people even have to be malicious. They just have to have an insecure deploy process (which allows an attacker to insert code), which is extremely common in open source. Very few if any open source projects have audited their deploy process and have monitoring for vulnerabilities or exploits happening. It's just too time intensive/expensive for a side project someone isn't getting paid for.

I prefer to trust an organization that has gone through tons of audits. Not just on whether the client is secure (can encrypt securely), but that their software development lifecycle is secure. They also have a huge financial incentive to keep things secure, which is not the case in open source.

Re: Ask HN: How comfortable do you feel using cloud-based password managers?

#110
post #71

You could say I put a lot of trust in Google, as I use the built-in password manager in Chrome. My rationale is the following: 1. My browser vendor can access my browser passwords anyway. 2. It's better to trust fewer vendors and pieces of software. 3. Copying passwords to clipboard is awfully insecure. 4. Trying to remember all passwords is also awfully insecure. I do not save any money-related passwords. I do dream…

I agree completely with your logic, especially that a password vendor can see passwords anyways. Introducing fewer parties reduces points of failure.

I save all money related passwords... Much safer than my faulty memory or having them listed in a doc somewhere.

Post reply on HN