<how to disable gpg password caching in ubuntu> Wh...
# community-feeds
r
how to disable gpg password caching in ubuntu When i decrypt the file i encrypted symmetrically to verify, gpg does not ask for a passphrase anymore. i want to stop this utterly insane and insecure behavior! gpg: encrypted with 1 passphrase or actually its prompting gpg: Verschlüsselt mit einer Passphrase (because you can find localized error messages so good :rolling eyes:) gpg -ca file sleep 2m gpg -d --output file file.asc I actually expect it will ask for the passphrase! But it doesn't. how to configure gpg to actually do what is...