Pass: The standard Unix password manager
passwordstore.org
Pass: The standard Unix password manager
1–10 of 213 posts
Re: Pass: The standard Unix password manager
#2Re: Pass: The standard Unix password manager
#3Re: Pass: The standard Unix password manager
#4- I host my git repo on my desktop computer (through SSH), so it's not exposed anywhere except if you have SSH access to my computer. (A lot of people seem to think git = GitHub which is not true). So if your git repo is not exposed to the public, you don't leak any of the site names/usernames you use.
- The passwords are GPG encrypted so even if it were leaked that would be okay as long as my secret key remains secure.
As far as usability goes, I usually use the -c option to copy/paste my passwords. I used a browser extension for awhile, but I haven't gotten around to reinstalling since the copy/paste works fine for me. Syncing with my phone and Linux devices works perfectly (since it's just git).
The Windows client seems to be no longer maintained [1], so I would like better support here for my Surface. But this is still okay since I can SSH to my desktop computer from Windows and copy/paste the passwords from there.
Re: Pass: The standard Unix password manager
#5It feels nice and clean, but also like it is leaking the list of sites I use.
Re: Pass: The standard Unix password manager
#6Re: Pass: The standard Unix password manager
#7Re: Pass: The standard Unix password manager
#8Re: Pass: The standard Unix password manager
#9There are a number of ways to integrate it into rofi too, so with the press of a few keys I can navigate to any site and login instantly.
To squash a few concerns:
- Leaking data - If someone types "pass" in your terminal it will show a list of sites that you've stored. I don't find this any less obvious than if someone had LastPass installed on their machine.
- Trusting different app developers - This can be true, but if you stick with the CLI then there's only one app to trust - and one person! You don't rely on a company to safegaurd your data, you trust yourself.
YMMV, thoughts are my own. I happen to very much enjoy pass and I think others might too if you like owning your own data.