Last active
August 29, 2015 14:02
-
-
Save mortman/415c7c9d2c0aebb70680 to your computer and use it in GitHub Desktop.
Revisions
-
David Mortman renamed this gist
Jun 23, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
David Mortman created this gist
Jun 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,89 @@ ### Keybase proof I hereby claim: * I am mortman on github. * I am mortman (https://keybase.io/mortman) on keybase. * I have a public key whose fingerprint is 7754 EDDB 7994 B868 C2AF 1BEE 07CE 28B6 05FC 8701 To claim this, I am signing this object: ```json { "body": { "key": { "fingerprint": "7754eddb7994b868c2af1bee07ce28b605fc8701", "host": "keybase.io", "key_id": "07ce28b605fc8701", "uid": "7faf2a173cd866038a106a3669802f00", "username": "mortman" }, "revoke": { "sig_ids": [ "ed811feaef06e819ba9e568fede229559169ad86170248ef5d2fdd08a1e7346b0f" ] }, "service": { "name": "github", "username": "mortman" }, "type": "web_service_binding", "version": 1 }, "ctime": 1403532856, "expire_in": 157680000, "prev": "4b539cc151c22d073179fa215d4df644d27c2ea17aeb0fc7bcf078898a70e5be", "seqno": 4, "tag": "signature" } ``` with the PGP key whose fingerprint is [7754 EDDB 7994 B868 C2AF 1BEE 07CE 28B6 05FC 8701](https://keybase.io/mortman) (captured above as `body.key.fingerprint`), yielding the PGP signature: ``` -----BEGIN PGP MESSAGE----- Version: Keybase OpenPGP v0.1.22 Comment: https://keybase.io/crypto yMIeAnicdVJdaCNFHE+vvYYGAtc7KK1o1SFnUdIwsx8zswG/0HLClVNqfWlawuzu bLop2Y27m9RaDu588FTuHjyCynEF671ctV5LED19aG2pplqL4AeIn2A09ak+GAvS 0nRS6pvOyzK/+X3tn/9atDUUaYE7CbeS/X64ZWPl8ULo6ZuYTgPdNadAchpM8MOP ZTsZ7uU92wlAEhCiKtw0daJpik4xNSRmIZ1zSAwuUR1D1TIogQjEwbjrNxXCRmc+ T9iuwMQlbZsC/Q9+4fCBWMySGCKyYVKMoUwZgpjJGGsUShaETaLPPYfluGDnXC/I MQecjwOPF90JgU0D386IEB8kU4CbFCGLM25BzCnSdKZxFVOLm1ySNFXVENaYCEIE SgrllmpKlmlCEcqJrGAdWmBMeIvAom0cmh8FZ+xgvKD/b5lgKt9EJrmePtKmddsx xSiFpMg933YdkESCaQR2U4wUKKuyRFUcB/y5vO3xtN1kqARTKE4c5MUPCktFV2XN MJCKDEkyIZER0SwmIdVUTAsriikRQ+JigIyL9gbRDQsSSjXKCOSqzkW+z591XJBU RE2WEZZiXg4LCh4H51c/Hm0LtURC7cePNZchFOk48e+KvP5OeC+ymhiKXvs5/uOD nUvzDzy59/5+4o7Nzy+c/WXnnvYfHtrYOpP+1H9p+c+OMs2nWu+rxers5TeOBYuD T3SOfFMamLr01/29qULjrvDQ7zXnymOXqLNgX/+2vxq7ffJMz0LJ6f6s7fq53Iv8 +L0nvvsJV+cav576yC0/Ovt3feRm7ZNUKZsLtuf01/ouzJ9aHHj11pvlruGHazMr RTjYdfqL7TtjfW998MLk5WdOh79eW784v353t3/yKVa53Dvz1W51/cZW7N1bVytz 0beHotn6bjhbdv95Zf+RgcbF24mx/r6Z5xtLf6RIT+mq3R6vnv2yPvgbG0XBe1fO 1TuXlysfbs7eSKwdAONFLJE= =x5Ex -----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/mortman ### From the command line: Consider the [keybase command line program](https://keybase.io/docs/command_line). ```bash # look me up keybase id mortman # encrypt a message to me keybase encrypt mortman -m 'a secret message...' # ...and more... ```