or passit looks kind of cool, but I haven't used it. https://gitlab.com/passit
Ask HN: Password manager with best experience on Linux?
31–40 of 80 posts
Re: Ask HN: Password manager with best experience on Linux?
#32I use pass[0], which is essentially just a wrapper on top of Git and GPG. All your secrets are stored in text files that are then encrypted by your GPG key, which is then tracked in a Git repo that you can store anywhere. I use the PassFF extension[1] for Firefox, and Password Store for Android[2]. There are plenty of pass-compatible clients for all platforms and extensions for pass on the first site. If I need to ge…
I use pass as well, along with a dmenu/rofi script.
You make it sound custom, so I wonder if you know that pass's source repository and at least Archlinux's package includes passmenu which lets you access your passwords with dmenu.
Re: Ask HN: Password manager with best experience on Linux?
#331passwordx nowadays is actually better than my 1password OSX experience. You should try it. I'm slowly moving myself off of OSX over to manjaro and I was shocked at how good 1px worked. It's more "the full app" than it is a "mini mini" like I assumed it'd be, but admittedly I haven't used it for a full 8 hour work day yet so maybe I'll have complaints in a few months. I cannot wait to finally get off of 1password com…
Re: Ask HN: Password manager with best experience on Linux?
#34Re: Ask HN: Password manager with best experience on Linux?
#35I use pass[0], which is essentially just a wrapper on top of Git and GPG. All your secrets are stored in text files that are then encrypted by your GPG key, which is then tracked in a Git repo that you can store anywhere. I use the PassFF extension[1] for Firefox, and Password Store for Android[2]. There are plenty of pass-compatible clients for all platforms and extensions for pass on the first site. If I need to ge…
Re: Ask HN: Password manager with best experience on Linux?
#36Re: Ask HN: Password manager with best experience on Linux?
#37I tried 1Password and switched halfway to Bitwarden; I think there's a quant firm that reviewed password managers and recommended Bitwarden, which I trusted more than those consumer-grade sites.
Re: Ask HN: Password manager with best experience on Linux?
#38I quite like keepassx. Sync's with a dropbox file and I can use it across all my devices. It's not that fancy but has done the job for years on my systems.
Re: Ask HN: Password manager with best experience on Linux?
#39Re: Ask HN: Password manager with best experience on Linux?
#40Honest question: why doesn’t everyone just use hash functions for passwords. Generating a Base64 string from a secret salt + the website name sounds ideal. This is what I do, and it works very well.
Secondly, different sites have different requirements, so your generated passwords might not work everywhere.
Finally, a password manager lets you store more than just a password for each site, and it can let you store passwords and secrets for things other than websites.