Created
September 23, 2014 23:24
-
-
Save thejuan/2b10a47c16d37df16e72 to your computer and use it in GitHub Desktop.
Revisions
-
Adam Mills created this gist
Sep 23, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,82 @@ ### Keybase proof I hereby claim: * I am thejuan on github. * I am adammills (https://keybase.io/adammills) on keybase. * I have a public key whose fingerprint is 0F8D 0BF9 10C2 C609 9127 B42D D8BD DCC9 1B01 4D4F To claim this, I am signing this object: ```json { "body": { "key": { "fingerprint": "0f8d0bf910c2c6099127b42dd8bddcc91b014d4f", "host": "keybase.io", "key_id": "d8bddcc91b014d4f", "uid": "de75622b4d86b68e01779167d1ab7100", "username": "adammills" }, "service": { "name": "github", "username": "thejuan" }, "type": "web_service_binding", "version": 1 }, "ctime": 1411514747, "expire_in": 157680000, "prev": "9996ff70b94d00d61bd37470d71fb06be42f86281e9fdac67260fc07c0c6deb2", "seqno": 2, "tag": "signature" } ``` with the PGP key whose fingerprint is [0F8D 0BF9 10C2 C609 9127 B42D D8BD DCC9 1B01 4D4F](https://keybase.io/adammills) (captured above as `body.key.fingerprint`), yielding the PGP signature: ``` -----BEGIN PGP MESSAGE----- Version: Keybase OpenPGP v1.0.5 Comment: https://keybase.io/crypto yMHcAnicbZFrSBRRFMd3tS3dRSjFwITCG9lrkTvjOI8NStgiKQpsCwmqde7cO7uT 7sw2+zBbzNCkJDIipJIgyvwgBZFRQQYt9vRZafRAe5i1yhZCCEVF0kzZh6D75XD/ 5//7cw7nbkaqxW51bOjSjntKz1p748mIZSuwxmIAabgauGKggvwusqL6iB7UFTUM XADKPIZIFigo0RILBYGiOcTQGPMIY0kSKAQpBjMycAK/FjIJIwaJIVKgaIZmfLwK NtT/+CN/GoQrYmkaMZhnEcsTSHGcQLEcpkTEURCaxhDRVTFADLeIxUBAqawMgRon MOSoIhFz6Jm2Twn7I+hfJOwnuyOiagLh6qCpVBHknWG9SFGxsbCBRIkeUjQVuCjD KYUVE6YYiiqiGI7hnIDsDSo68Sqmo4hjeWg8JwjqJGpECoLAyjIHkcBgCDFLIVxo UBBzlIwgiwhDyzxL8xQRZCxKLEezUJYgJ0GJxQTRwNxmj6oBF22MKfqMyJDiU8Vw RCegpiu+Y5bFarfMtqWYJ7PY0+f+PWRj25zpxaO31uaMZ20sOOEeq+yYzO2ZvDYc Q7LaUNz6TOqcd6Z1cqBvNehOvB98qTlefTnUnKOvT6ybssX6upnaLd++B8tsTYOZ NYnkzhKH/VTKvh9Xr+e/nYq7l17YNFA3eK/+Y2nyfMv2R4dPDj0vuWTNSozQDnf7 WLX7SqagrelJe9g7HKxNK06diKOuI0NtdQurLtbnNTCe7Nsvyj5E7rjSc4EynvlA 6vf8PH1jwNKYcbl5czD7YElf/q5y35tPK56G3iHl8fL0ck/FxOtVgejYuejnjubC ryu3LbpfO9r+JLhgflNLzrLpmyPHliShP9lUXuDf33nAKebZhvsVXjj6CxMoE2E= =ySIy -----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/adammills ### From the command line: Consider the [keybase command line program](https://keybase.io/docs/command_line). ```bash # look me up keybase id adammills # encrypt a message to me keybase encrypt adammills -m 'a secret message...' # ...and more... ```