The 1Password situation is complicated, and is a lot less sketchy than Bray's summary would lead you to believe. 1Password has not in fact phased out their native applications or required people to use 1Password.com to store passwords (it would be insane for them to do so). There are four issues that I'm currently aware of with 1Password: 1. They've converted from flat to subscription pricing. 2. They're pushing peop…
> I recommend 1Password, and there's currently no other commercial password manager that I recommend. Are there any open source password manager products that you would recommend?
On Password Managers
251–260 of 347 posts
Re: On Password Managers
#252I've moved from LastPass to KeePass, but the biggest thing I miss from LastPass (other than the better browser integration) is a good CLI client. Lastpass-cli is great, and kpcli just isn't. Anyone have a recommendation for a good CLI client that isn't `pass`? (I don't want to deal with GPG)
Re: On Password Managers
#253Earlier quoted context omitted.
By default the browser plugin is configured in such a way that 2FA is completely bypassed for a second when logging in. This is officially documented, so we can likely assume that it will never be fixed. https://lastpass.com/support.php?cmd=showfaq&id=2775
This isn't a bug, this is due to the offline access option. If your machine has the database locally cached, 2FA won't do anything because your database won't be encrypted with 2FA (not possible), just your master password. An attacker could just copy the cached database and decrypt it with your master password. All 2FA does is restrict who can download your database (both initial and updates), not decrypt it. If you…
Boo hoo. Did I say it's a bug? I said it's a security issue. It's also an exceptionally stupid thing to have as standard behavior without warning. It demonstrates poor priorities and ideas about safety on the part of LastPass.
Re: On Password Managers
#254I use Enpass on Linux, Windows, OS X, Android, and iOS. I also use the Chrome extension. It has a similar user experience to 1Password, but is actually serverless (you sync your encrypted blob to a cloud service of your choice, or not at all). I wish Enpass were open source, but I can understand their decision not to make it so -- its desktop application is free and its mobile apps include a small perpetual license f…
Re: On Password Managers
#255Earlier quoted context omitted.
You can do that, but those local vaults aren't part of the team/family.
"You can do that, but those local vaults aren't part of the team/family." Yes, this is correct. So if you want to share items or share a vault with a family member, you are obligated to store and sync with 1Password servers.
They now just recommend using their 1password.com service for sharing.
Re: On Password Managers
#256"2. Install a camera anywhere I work and focus it on my hands" I feel like we need to be talking about this more. For all the hullabaloo concerning password strength and encryption key length, MANY of our secret key entry methods would be quite easily defeated by a common webcam and a pair of human eyeballs. That's kind of scary! It's not about to make me stop using passwords, but it is going to make me stop and…
Forget breaking strong encryption, far easier to use a camera, key logger, or other means of "spy craft".
Re: On Password Managers
#257Earlier quoted context omitted.
I use pass, written by zx2c4 of WireGuard fame: https://www.passwordstore.org/ My favorite thing about it is that it uses standard tools I understand, and I can back it up and version it with git.
It doesn't have a browser plugin and will not work with my iPhone... So it's a no-go for me and I guess many others.
Re: On Password Managers
#258Earlier quoted context omitted.
If you can stomach an electron app Keeweb is a nice keepass compatible alternative.
I can't. Atom has given me electron trauma (older versions about a couple of years back).
Re: On Password Managers
#259Earlier quoted context omitted.
Just curious, is there a reason why you decided to design your own storage format instead of reusing kdbx4?
I really wish folks would just use kdbx4 as a standard. Or any other format, I just want portability.