gpg not asking for passphrase to decrypt a file

Asked by Phil Norisez

Ubuntu 12.04 LTS.

Signed Ubuntu Code of Conduct without issuet,
Decided to play with gpg to learn more about it, using the UCofC text for testing,
Saved the UCofC into UCC2,txt.
Encrypted the file into UCC2.gpg with command: gpg -r $USER -o UCC2.gpg --yes --symmetric -e UCC2.txt
This worked fine, asking me for the passphrase twice, as expected.
I gave it the one that I used to sign the UCofC for Launchpad.
Then, to test the decryption: gpg -d UCC2.gpg >UCC2_1.txt
Got the following messages:

'You need a passphrase to unlock the secret key for
'user: "Phillip Norisez (This is my key for Launchpad) <email address hidden>"
'2560-bit ELG-E key, ID F91FDEB0, created 2015-04-27 (main key ID 05B43F32)
'
'gpg: encrypted with 1 passphrase
'gpg: encrypted with 2560-bit ELG-E key, ID F91FDEB0, created 2015-04-27
 ' "Phillip Norisez (This is my key for Launchpad) <email address hidden>"'

All of which seems to indicate the decrypt did not work.
HOWEVER, diff UCC2_1.txt UCC2.txt DID NOT ERROR OUT AS EXPECTED.
It seems that the text actually was written out to the file, even though errors appeared.
Now, this leads me to ask the following:

Why did the decrypt seem to work OK in spite of the errors?

Why didn't gpg ask me for the passphrase? (I checked some old (ca 2009) posts that came up in a search for "gpg not asking" and found one that discussed checking the passphrase caching preferences for seahose, but I could not find them. I attributed this to the age of the posts; the preferences may have been deleted or moved.

So, how do I change the caching preferences? Or can I not do that?

Bottom line is that I expected gpg to ask me for the passphrase every time I try to decrypt the file. Is this a valid expectation?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu gnupg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Brian Murray (brian-murray) said :
#1

Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We understand the difficulties you are facing, but it is better to raise problems you are having in the support tracker at https://answers.launchpad.net/ubuntu if you are uncertain if they are bugs. You can also find help posting your problem in the support forum of your local Ubuntu's community http://loco.ubuntu.com/ or asking at http://askubuntu.com. For help on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs.

Revision history for this message
Seth Arnold (seth-arnold) said :
#2

> Encrypted the file into UCC2.gpg with command: gpg -r $USER -o UCC2.gpg --yes --symmetric -e UCC2.txt

It does not make sense to specify both -r and --symmetric; when I do this, my gpg warns me of the mistake:

gpg: WARNING: recipients (-r) given without using public key encryption

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.