Pass: A standard Unix password manager
passwordstore.org
Pass: A standard Unix password manager
1–10 of 212 posts
Re: Pass: A standard Unix password manager
#2Re: Pass: A standard Unix password manager
#3Re: Pass: A standard Unix password manager
#4Re: Pass: A standard Unix password manager
#5How 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?
Re: Pass: A standard Unix password manager
#6How 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 encrypted passwords are kept in your computer, which I find safer than web based solutions. Optionally you can use git to share passwords between computers but you still need the gpg2 keys from the original repo.
Re: Pass: A standard Unix password manager
#7Re: Pass: A standard Unix password manager
#8Re: Pass: A standard Unix password manager
#9How 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?
Re: Pass: A standard Unix password manager
#10I like it because you can use it to store sensitive info along with metadata, not just single field passwords. It's also super easy to access the info on the command line with ways to auto-copy passwords to your clipboard (which expires after 45 seconds).
I did a write up on it a while back at https://nickjanetakis.com/blog/managing-your-passwords-on-th....