Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions vault_from_gpg_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
# Note that the path to this script is used as the cache key for this
# password in gpg-agent. For example, if you move this script to a
# new path then you may be re-prompted for your password.
#
# Also, if you need to work with different passwords for different sets
# of vaults, then your best bet currently is probably to have different
# copies of this script, one for each set of vaults so that each set
# has a different cache key.

import subprocess
import sys
Expand Down