Created
March 25, 2014 22:26
-
-
Save mtodd/9772775 to your computer and use it in GitHub Desktop.
Revisions
-
mtodd created this gist
Mar 25, 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,88 @@ ### Keybase proof I hereby claim: * I am mtodd on github. * I am mtodd (https://keybase.io/mtodd) on keybase. * I have a public key whose fingerprint is C5BB 8DA1 86D5 1E58 CFF0 DE41 CBAD C21E 22F3 20F3 To claim this, I am signing this object: ```json { "body": { "key": { "fingerprint": "c5bb8da186d51e58cff0de41cbadc21e22f320f3", "host": "keybase.io", "key_id": "cbadc21e22f320f3", "uid": "0d689c92e4b5185f64eda04ba9adf200", "username": "mtodd" }, "service": { "name": "github", "username": "mtodd" }, "type": "web_service_binding", "version": 1 }, "ctime": 1395786341, "expire_in": 157680000, "prev": "aac37ce5f18796c4c577c93a847f3f698230171f8ce8cc76a7dce98621ac9925", "seqno": 2, "tag": "signature" } ``` with the PGP key whose fingerprint is [C5BB 8DA1 86D5 1E58 CFF0 DE41 CBAD C21E 22F3 20F3](https://keybase.io/mtodd) (captured above as `body.key.fingerprint`), yielding the PGP signature: ``` -----BEGIN PGP MESSAGE----- Version: Keybase OpenPGP v0.1.1 Comment: https://keybase.io/crypto yMLvAnicdZF7TFNnGMaLgJUqo3EjNo4IHAO4roOeW885zRzIxmXKjBEagoLNuXyn nCBtbU8LFagMMMu4xKhDV7OObWLI2AZsYbNT4ihBw32yi2MIVBPU4QgDNC4bTDw1 7q9l3z9f3uf9Pc/3fnn7I0NlipDKqp3hC9cO1YQM9846ZLnIOlABMRbOBekroBLw 9OIFswnYrDbBLEJ6iMUZhuRomNRxOAxwkuV5LQcwmGVojkVggCA8imh5FNJAxRZ7 0CHFMLQdJAsWSZMKo8AFc/7LO542tJyOpFgKARiDwyTO6zDA0VqMoSma4xGtNgja gc1MlwKJLhUtHAdVaSBJcgqsJFVAz1omQSx2MP+Diy5rsC4DjPGZ08gIZk76qmRw AptdsJghPSyRrCgErTBK4QSpQzFYA4Fyq2ADRiFI4ISO1EpHA1ltwClF0jSLEizA eZgkKB2LsThBsBRKkxjBo7yOIhFUCxMwT7KAZFlCRxMcCyhSh8A0S1EILr1vB0fM FkiPSGPSJinSLpjMtOiwAaiqz18YJgtRyNaHrwsuS6aIUP67Qjw16vFrd97+QDPd Nf4C3uTcOrs0EpUgCjd3ta+25BQfLvWOHRUHNx4fzfC2njT7K/u/zzh7aObH+JFT noV3lMXR89SdlPdbpmaO5p8bvl+ZaFhCf1O98UttSfu3D0Pn5YvV8lki1xTvTO0s ujB1LMftuZ2ckODac/5BDFqtiiPj1KKqIxdcpsrOfMJE9dWZvzsw8XcYMWBQ76uZ qIuovHp5Lub1az/F/JMc6Puyw+u/m23I83iwos0f7U5X9l6JasgcujiItXkq/mhr WX8pI29ul//hSuBS1nVqJtz1u/rgpsGvElR/9t/fnvNh4pB8JbKm69WuTYVH1q4K spjp3bgx3XHls20vrT6qrfD0bBwduiFXN8+BG9R+Ia7wwINoWXfS8wY+dClz+8vK CHFkS+uYpfPdhrS3PNF/rTSo9x+7WWp4TjV77/By7e3R+cak6TK3/Nd8Z1OHPbuG zEs7HThl7Ek7vaW5Zu805N4be2uDANY+b92xYfK46cVAPZY2Fpky0Hp3+V5j2KLD FF4wcS7R1xPf++l5Sj/YfJ1X8Pk765tObG38YcDlKzcJBelWT2aV12dSl2QhKZPu JPKVqZgL27wF3f5bGb7uEMPycHZsVtqE7+COzSfOnlSGFv08fjEx/VHq4sDX+9pq 079Z/WKyrj324zc7FXvGq/nygPuMLydlYc1d/94Thn+LnA== =9D9d -----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/mtodd ### From the command line: Consider the [keybase command line program](https://keybase.io/__/command_line/keybase). ```bash # look me up keybase id mtodd # encrypt a message to me keybase encrypt mtodd -m 'a secret message...' # ...and more... ```