Encrypting to secondary key
Larry Ellis
Larry_C_Ellis at hotmail.com
Mon Sep 16 16:01:02 CEST 2002
When encrypting to a DSA/El Gamal key, GPG forces use of the secondary (El Gamal) key for encryption. In verbose mode:
gpg -v -e -r <primary keyid> <file>
results in:
gpg: using secondary key <secondary keyid> instead of primary key <primary keyid>
However, the same message is issued if the secondary key is specified directly:
gpg -v -e -r <secondary keyid> <file>
also results in:
gpg: using secondary key <secondary keyid> instead of primary key <primary keyid>
One cannot argue with the truth of the message, but I wonder if it is intentional to output this message even when the key is specified directly....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/attachments/20020916/fd1d3c34/attachment.htm
More information about the Gnupg-devel
mailing list