Last active
November 24, 2015 21:33
-
-
Save stefan2904/7ba85350f0c87f61ae21 to your computer and use it in GitHub Desktop.
ECC with GPG1 vs. GPG2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% gpg --fingerprint [email protected] | |
pub 2048R/A515159AC3423A77 2015-11-24 | |
Key fingerprint = 0909 1401 FCBA F410 738C 28F1 A515 159A C342 3A77 | |
uid Stefan ECC Test <[email protected]> | |
sub 2048R/CDA44C63D2A1BAB6 2015-11-24 | |
sub 0E/8CC69DA086667FC7 2015-11-24 | |
sub 0e/E21B67DA096EBD9B 2015-11-24 | |
% gpg2 --fingerprint [email protected] | |
pub rsa2048/A515159AC3423A77 2015-11-24 | |
Key fingerprint = 0909 1401 FCBA F410 738C 28F1 A515 159A C342 3A77 | |
uid [ultimate] Stefan ECC Test <[email protected]> | |
sub rsa2048/CDA44C63D2A1BAB6 2015-11-24 | |
sub brainpoolP512r1/8CC69DA086667FC7 2015-11-24 brainpoolP512r1 | |
sub brainpoolP512r1/E21B67DA096EBD9B 2015-11-24 brainpoolP512r1 | |
% gpg -a -e | |
You did not specify a user ID. (you may use "-r") | |
Current recipients: | |
Enter the user ID. End with an empty line: [email protected] | |
Current recipients: | |
2048R/CDA44C63D2A1BAB6 2015-11-24 "Stefan ECC Test <[email protected]>" | |
% gpg2 -a -e | |
You did not specify a user ID. (you may use "-r") | |
Current recipients: | |
Enter the user ID. End with an empty line: [email protected] | |
Current recipients: | |
brainpoolP512r1/E21B67DA096EBD9B 2015-11-24 "Stefan ECC Test <[email protected]>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment