I would love if someone convinced me to move to something that would work just as well, for me user experience is the most important thing, I don’t want to deal with complicated workflows, considering password completion is something I have to do ~50 times a day or more, so even just a few additional seconds become exponentially annoying for me.
Ask HN: What password manager tools do you use or recommend?
11–20 of 20 posts
Re: Ask HN: What password manager tools do you use or recommend?
#12Re: Ask HN: What password manager tools do you use or recommend?
#13I use mnemonic devices (Rhymes, non-wester geography, latin or greek history), with really long strings: ( https://xkcd.com/936/ ) The system works pretty well. Zero password reuse. Always Remember, Can't be compromised with a password manager... the problem is the companies and their poor security! (LinkedIn, Experian) I'm really looking forward to the days when we don't have passwords anymore. NOTE: And they said I…
Re: Ask HN: What password manager tools do you use or recommend?
#14I switched to keepassxc[1] a while back. [1] https://keepassxc.org/
Re: Ask HN: What password manager tools do you use or recommend?
#15I'm not sure I'd recommend it because it's basically iOS-only now and with no iOS12 integration, but I'd definitely recommend a deterministic approach for at least your most important sites (banks, google?, facebook?). The main reason is availability in case of real need, when for example your phone could be broken or inaccessible. I wrote about my use case here [3].
Happy to discuss deterministic approaches, please make sure to read also the counter arguments [4].
In addition, I strongly encourage setting up 2FA, especially on the most important sites. My choice for passwords is also related: I really want my password to be something I know (not something I need a device/password manager for) because with 2FA you prove already something you have. Another totally valid option is to setup 2FA on your password manager and call it the day. For completeness, I'm also building a security key called Solo, open source and FIDO2 [5].
[1] https://mempa.io
[2] https://hackernoon.com/mempa-a-modern-deterministic-password...
[3] https://hackernoon.com/how-i-manage-my-passwords-technical-v...
[4] https://tonyarcieri.com/4-fatal-flaws-in-deterministic-passw...
Re: Ask HN: What password manager tools do you use or recommend?
#16BitWarden has come a long way and now it does everything I need: iOs integration (in ios12), Android, extensions for all browsers, and even the (fairly pointless but customary in 2018) electron-based desktop app. It’s even opensource, so one could host a private instance - which I’d be keen to do if it weren’t based on the annoying Microsoft stack. The only feature I miss is the little gamification that LastPass has,…
https://github.com/dani-garcia/bitwarden_rs
And I don't really get your hesitation to use a Microsoft stack. Bitwarden is distributed with Docker, so it isn't running on Windows or anything.
Re: Ask HN: What password manager tools do you use or recommend?
#17I switched to keepassxc[1] a while back. [1] https://keepassxc.org/
Re: Ask HN: What password manager tools do you use or recommend?
#18its free, open source and you can host it easily yourself with docker. Full disclosure, Im the key developer behind it.