|
|
|
|
|
by imran3740
2556 days ago
|
|
I use pass[0], which is essentially just a wrapper on top of Git and GPG. All your secrets are stored in text files that are then encrypted by your GPG key, which is then tracked in a Git repo that you can store anywhere. I use the PassFF extension[1] for Firefox, and Password Store for Android[2]. There are plenty of pass-compatible clients for all platforms and extensions for pass on the first site. If I need to get my password for eg. GitHub outside of Firefox, I just type `$ pass -c dev/github`, decrypt, and it's in my clipboard for 45 seconds. [0]: https://www.passwordstore.org/ [1]: https://addons.mozilla.org/en-US/firefox/addon/passff/ [2]: https://github.com/zeapo/Android-Password-Store |
|