1Password has always offered the best usability for me. Many other password managers (eg LastPass) have failed, for instance, to work with the AWS sign in page and some other tricky websites. 1Password UX is also well polished in other ways and is nice to use. I consider this kind of good usability to significantly increase my quality of life, since I login to various online services all the time and I want to elimin…
I love 1Password but haven't upgraded specifically because of the cloud service. All my stuff is already in Dropbox, and 1Password essentially came to it's old users touting a subscription fee to a functionally identical service. Why am I paying them every month to store my passwords when I'm already storing them myself? I'm sure I'll have to cave at some point what with the ongoing march of progress, but it leaves a…
Ask HN: How comfortable do you feel using cloud-based password managers?
171–180 of 199 posts
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#172Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#1731Password has always offered the best usability for me. Many other password managers (eg LastPass) have failed, for instance, to work with the AWS sign in page and some other tricky websites. 1Password UX is also well polished in other ways and is nice to use. I consider this kind of good usability to significantly increase my quality of life, since I login to various online services all the time and I want to elimin…
The main issue of 1Password is the subpart Linux support (there only are browser extensions).
However, if it's the latter, KeePassXC now knows how to read the .opvault format: https://github.com/keepassxreboot/keepassxc/issues/1462 I could imagine teaching it to write their opvault file format, too, but at the time it wasn't a use-case that I needed
I would actually suspect teaching KeePassXC to read the 1Password.com cached vault would be even easier, since they now use sqlite3 for storage, but it would still -- afaik -- be confined to your local machine since their web API is undocumented
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#1741. All my important stuff has two-factor auth, so a malicious password manager company couldn't get in anyway.
2. If you're using one of the major vendors with a reputation and a paid service, that produces a fairly strong incentive for them to not be intentionally malicious - if they were caught distributing an update that made it possible for the companies to see your passwords, nobody would ever use them.
(All the major password managers do client-side encryption; they don't store plaintext passwords themselves. They do distribute the client that lets you decrypt passwords, but that's it.)
So that leaves accidental risk (bad crypto, hijacked update chain, client-side vulnerabilities). Out of the options, I'm comfortable with the track record of 1Password in particular.
I'm very interested in open-source options, but the major ones are all proprietary and the open-source ones are all volunteer-driven and I think the risk tradeoff is wrong. It's not a decision I feel 100% comfortable about but between the options of proprietary-but-professionally-maintained and open-source-but-hobbyist-maintained the former seems vaguely preferable for security-sensitive software, especially given that one of my requirements is I want to use a password manager extension.
Shameless plug, I have a personal digital security podcast and we took a look at various password managers and their security track records recently: https://looseleafsecurity.com/episodes/password-manager-secu...
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#175Answer: Its okay to store the encrypted passwords there. Since they are encrypted.
But does the server have the ability to decrypt?
1Password, for instance, has a pretty good security doc about it: https://1password.com/files/1Password%20for%20Teams%20White%...
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#176I trust them.
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#177Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#178Earlier quoted context omitted.
I read up on their blogs and as much technical explanation as I could find, and by far 1Password seems to be the best with a cloud offering. Also Apple buying into using 1Password company wide helps gain some trust (I am sure there was some serious auditing): https://medium.com/enrique-dans/apple-and-1passwords-deal-sh...
> Also Apple buying into using 1Password company wide Huh! One would assume, they use Keychain with iCloud?
Re: Ask HN: How comfortable do you feel using cloud-based password managers?
#179I use a hybrid approach with Lastpass used as a password entropy storage. For important services like Github I only store half of the password in LastPass. Then I add a nonce and a generic short password. The final password is 12-16 random characters for LastPass + 3 chars Nonce that I generate from the service name (in my head) and a short 5 character password. If LastPass leaks the secrets no one is able to take ov…
This is a great idea, but doesn't it involve a lot of manual work? Or is there some kind of automated way to do this?