Hacker News new | ask | show | jobs
by zmmmmm 1139 days ago
Fwiw, the biggest downside of it is multiple user functionality.

It's doable, but you have to import the public gpg key of everybody who needs to access the secrets. Effectively, every secret ends up encrypted with the public key of every user who needs access - not sure how scalable it would be if you have more than a small team of people accessing it this way.

1 comments

For that you can go with gopass:

https://www.gopass.pw/

It has first-class support for multiple stores and it's 100% compatible with pass databases.

wow that looks fantastic - nicely fills the gaps I still have with using pass everywhere.