-
-
Save aerth/5fdc57fc5c875e70ccfdd8eba0c938eb to your computer and use it in GitHub Desktop.
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
curl https://keybase.io/aerth/key.asc | gpg --import | |
echo "hello world" >> yourmessage.txt | |
cat yourmessage.txt | gpg -er [email protected] > yourmessage.txt.out | |
# see this | |
gpg: 3C66B4C6: There is no assurance this key belongs to the named user | |
pub 4096R/3C66B4C6 2016-05-02 aerth <[email protected]> | |
Primary key fingerprint: 8295 3CFA 6F4F 49D0 2B6A 082F EBC4 61F6 8638 5D5C | |
Subkey fingerprint: C08F EA77 F70C 5B37 2D8C 12EF F76A 0E59 3C66 B4C6 | |
It is NOT certain that the key belongs to the person named | |
in the user ID. If you *really* know what you are doing, | |
you may answer the next question with yes. | |
Use this key anyway? (y/N) | |
# type y | |
mv yourmessage.txt.out yourmessage.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment