Skip to content
Snippets Groups Projects
Verified Commit 28aeadf0 authored by anarcat's avatar anarcat
Browse files

mention that passwords can be recovered with plain gpg

parent 06c998b8
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,15 @@ TODO: document a step-by-step procedure to recreate a minimal git
server or exchange updates to the store. Or Syncthing or Nextcloud
maybe?
If the `pass` command somehow fails to find passwords, you *should* be
able to decrypt the passwords with GnuPG directly. Assuming you are in
the password store (e.g. `~/.password-store/tor`), this should work:
gpg -d < luks/servername
If that fails, it should tell you which key the file is encrypted
to. You need to find a copy of that private key, somehow.
# Reference
<!-- this section is a more in-depth review of how this service works, -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment