Ask HN: How do you manage your passwords in 2023?
41–50 of 179 posts
Re: Ask HN: How do you manage your passwords in 2023?
#42Used it personally for nearly a decade and introduced it at work. Happy 1Password Business users and that gives all our employees free personal accounts (that we can’t see or touch) as an added benefit.
Re: Ask HN: How do you manage your passwords in 2023?
#43Re: Ask HN: How do you manage your passwords in 2023?
#44 openssl rand -base64 25 | cut -c1-25
Then https://www.passwordstore.org/This GUI for it under Windows https://github.com/geluk/pass-winmenu
And this iOS app on phone https://github.com/mssun/passforios
Re: Ask HN: How do you manage your passwords in 2023?
#45It's... fine, actually! And it all being open-source and using an open/documented/versioned database format decreases risks, also the browser extension is perfectly serviceable (certainly not worse than LP's abortion).
In short, I have absolutely no idea why I haven't made the jump long ago.
Re: Ask HN: How do you manage your passwords in 2023?
#46Default macOS/iOS password manager. Chrome doesn't use it, but everything else does.
Yes I’ve moved to this from Dashlane, it’s much better and integrates flawlessly with all my devices. Why do I need another piece of software when the MacOS default is so good?
Re: Ask HN: How do you manage your passwords in 2023?
#47KeepassXC for password management and Syncthing for syncing across devices. Everything I'd available offline and syncs on network availability. Working well for years now.
Re: Ask HN: How do you manage your passwords in 2023?
#48I roll my own. I use emacs on an encrypted password file stored on my local PC.
Thank you
Re: Ask HN: How do you manage your passwords in 2023?
#49KeepassXC for password management and Syncthing for syncing across devices. Everything I'd available offline and syncs on network availability. Working well for years now.
My setup too. However, this year I would like to give a go to self hosted Bitwarden in a RaspberryPi. Just for the satisfaction of it.
Definitely worth the slight effort, for all the gains.