How does this compare to other popular solutions? Specifically, KeepassX / Keepass2 which are the most common solutions I've seen most Unix / Linux users employ. Can we objectively state which one is a better solution?
Pass: A standard Unix password manager
21–30 of 212 posts
Re: Pass: A standard Unix password manager
#22Pass is pretty awesome, but nowadays I've switched to gopass: https://github.com/justwatchcom/gopass - much better support for teams, structured secrets, binary secrets and quite a few other improvements. Oh, and it's (mostly) drop-in compatible.
Looks nice. Unfortunately I would never use it for teams as it doesn't have audit logs. These are very useful in case a user is compromised - you can lookup which passwords he accessed and only change those. Same goes if the user left the team and u want to make sure all accesses are revoked.
Re: Pass: A standard Unix password manager
#23Using this and something like rofi-pass: https://github.com/carnager/rofi-pass/ Gets me really close to the holy grail of password managers. Browser integration is possible too with PassFF: https://github.com/passff/passff
Re: Pass: A standard Unix password manager
#24I think a better idea would be to fill in the password through something like xdotool
Re: Pass: A standard Unix password manager
#25This post seems to have saved me the trouble of Googling myself. I am installing on the Mac and iOS as we speak.
Re: Pass: A standard Unix password manager
#26It's convenient yes, but I prefer one encrypted file that contains it all.
Re: Pass: A standard Unix password manager
#27I don't like the fact someone with access to my hard-drive can figure out all the services I'm using just by looking at the filenames. It's convenient yes, but I prefer one encrypted file that contains it all.
Re: Pass: A standard Unix password manager
#28Isn't copying the password to clipboard a vulnerability? I think a better idea would be to fill in the password through something like xdotool
Re: Pass: A standard Unix password manager
#29Earlier quoted context omitted.
>- You need to handle X integration yourself by piping to xclip, or similar (or just cut and pasting from terminal) Wrong, pass provides the -c flag which puts it in your clipboard and clears it after a timeout.
So it does, yes. I forgot about that, since I needed to write my own wrapper to paste both username and password (stored on separate lines) anyway. Thank you for the correction, I'll update my post.
Of course one has to set it up, it's not an integrated solution. But GPG provides interesting features like storing encryption keys on hardware devices. Some devices like Yubikeys can have touch-to-use enabled. So each use of a secret requires a touch (after PIN but that's once a session). Perfect combination of convenience and security for me.
Re: Pass: A standard Unix password manager
#30I don't like the fact someone with access to my hard-drive can figure out all the services I'm using just by looking at the filenames. It's convenient yes, but I prefer one encrypted file that contains it all.