Instantly share code, notes, and snippets.
Last activeAugust 29, 2015 13:57
Save ashfurrow/9615017 to your computer and use it in GitHub Desktop.
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am ashfurrow on github. | |
* I am ashfurrow (https://keybase.io/ashfurrow) on keybase. | |
* I have a public key whose fingerprint is 006F 20AD 6193 CAC3 2413 6FF3 DDB3 AF9C 765E 0680 | |
To claim this, I am signing this object: | |
```json | |
{ | |
"body": { | |
"key": { | |
"fingerprint": "006f20ad6193cac324136ff3ddb3af9c765e0680", | |
"host": "keybase.io", | |
"key_id": "ddb3af9c765e0680", | |
"uid": "17809d05295bfde945d1336006e84800", | |
"username": "ashfurrow" | |
}, | |
"revoke": { | |
"sig_ids": [ | |
"61f60c5988eae60dfb357edac10f4a60349821d13dc9e6ca7a651e480dc011cd0f" | |
] | |
}, | |
"service": { | |
"name": "github", | |
"username": "ashfurrow" | |
}, | |
"type": "web_service_binding", | |
"version": 1 | |
}, | |
"ctime": 1416323520, | |
"expire_in": 157680000, | |
"prev": "504829b0e983e0ce517f746e4f20b870d89a33f6503e56d0abc2b9db008018bf", | |
"seqno": 10, | |
"tag": "signature" | |
} | |
``` | |
with the PGP key whose fingerprint is | |
[006F 20AD 6193 CAC3 2413 6FF3 DDB3 AF9C 765E 0680](https://keybase.io/ashfurrow) | |
(captured above as `body.key.fingerprint`), yielding the PGP signature: | |
``` | |
-----BEGIN PGP MESSAGE----- | |
Version: Keybase OpenPGP v1.1.3 | |
Comment: https://keybase.io/crypto | |
yMIVAnicfVJZaBNBGE68sJWKRa0HgjC2kmKU2ezO7G60HqDiRbAqatESZ3dm0rV1 | |
N90cbQgB0RePh4rEBw/wRRHU1uNBbT3rhffxpBWpZ8EqPhSverVOQn0T52WY//+O | |
///nv1402FPora96uGFXVfa492774oRnVS25kgaGQ1MgmAa1LH9xy44wN+padhwE | |
AYSYByChWNJlk5hyQJFkzLlMqSETrpsqRgxiDQI/qHFiOYaQMUiMzbAcEROPsEVF | |
9B/4RD4hqRrUKUQBHRmcMl1BVJJlLHyZpmgwD4wx1yabmECTWA1PuK7TADJ+4LKk | |
U8tyNcesiLCJgeA6gCWOoYl0TWOEYUi5ISOVUWJKkCsEQ1nRtYAkPKipM2wSlWAk | |
MeFETShJJoUcVAttYZm0zLz4gHXEitckjP+UE09Fc7EGZoQH2GHDsqkYpyAlmRuz | |
HBsEJYE041aOLikSlgMyCkA/YI1Ry2VhK4dAqhiQOH4QFS0KSQQVLaAbkOmazKDJ | |
kKRyVcFMEV9jaCqkmk5kmWMEZYYwhcQwA4ZODQg1KGkGB7l+6m1HaAvROIkITTEy | |
m8QTLgOZq1fWD/F4Cz3Dhg7KbYSnsGDU3z1pXTvcc/PRiCWdbw592phNb93RN2b1 | |
PDYThY6DsvulRT0vqid+7Cqre/q4l0TSJQd9oS2L+elswaQ9ZZfL60ZPnJ9pbnt7 | |
vvv7/tLTU7Pfzo/NXF6WRLRzzfNFOjhbul7bDvc2TeOdO3o+9Fjtry/Zczpu8wqv | |
J/XkTnn/imxRV2NJW/Sct8HzeLJ6hHlH1W1b3oQq97jdY39fuHPu8LqXB9Y8671Z | |
vODLvmUtM6STa1M/J/w+2j23w3ds85n392Zf3FDZrmU391VU+67NeVL/6teXB1+J | |
r8A51fKpJBn68Sgyrv/zzpGhBR3jE81VxX1fd0/vyqChTTfM1ubw0pdT3t06Ia9c | |
OAv/Af8ELrE= | |
=TEEZ | |
-----END PGP MESSAGE----- | |
``` | |
And finally, I am proving ownership of the github account by posting this as a gist. | |
### My publicly-auditable identity: | |
https://keybase.io/ashfurrow | |
### From the command line: | |
Consider the [keybase command line program](https://keybase.io/docs/command_line). | |
```bash | |
# look me up | |
keybase id ashfurrow | |
# encrypt a message to me | |
keybase encrypt ashfurrow -m 'a secret message...' | |
# ...and more... | |
``` |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment