Hacker News new | ask | show | jobs
by tazeg95 2163 days ago
You just need git, ssh and pass (https://www.passwordstore.org/), see https://fr.jeffprod.com/blog/2019/gerez-vos-mots-de-passe-av... (french)
1 comments

Or https://github.com/gopasspw/gopass if you want something passwordstore compatible but with additional team features.
I use gopass myself and got it working on my windows laptop Including WSL and still use it. I even tried to adopt within the team and then its flaws were in full view. Hard to setup correctly on machines, hard to share passwords in team. Reencrypting passwords worked sometimes but not always for all team. I gave up trying to get team to use it.
Sad to hear that. This is likely due to the additional complexity of GPG I guess?
I would probably use gopass if it would not enforce the usage of Git.
Depending on your use case it does not enforce git. What would you prefer?
Choosing the VCS myself. Even SCCS would work for one text file.
You can use it without any VCS.
I had read that it was a dependency, so I was wondering...

I’ll try it next weekend then!