Created
April 1, 2014 03:23
-
-
Save dccarroll/9907109 to your computer and use it in GitHub Desktop.
Revisions
-
Dan Carroll created this gist
Apr 1, 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 dccarroll on github. * I am dcc (https://keybase.io/dcc) on keybase. * I have a public key whose fingerprint is 1146 B3BF 3134 8DAE D9C2 7D2E 6F71 80D4 18C8 090E To claim this, I am signing this object: ```json { "body": { "key": { "fingerprint": "1146b3bf31348daed9c27d2e6f7180d418c8090e", "host": "keybase.io", "key_id": "6F7180D418C8090E", "uid": "ec17c7cd01409a2b8a6d248a3a88ef00", "username": "dcc" }, "service": { "name": "github", "username": "dccarroll" }, "type": "web_service_binding", "version": 1 }, "ctime": 1396322542, "expire_in": 157680000, "prev": "28f58b3f75236a32939a665a2b9815d25c4e464558d6f77be93b19f65c816f86", "seqno": 3, "tag": "signature" } ``` with the PGP key whose fingerprint is [1146 B3BF 3134 8DAE D9C2 7D2E 6F71 80D4 18C8 090E](https://keybase.io/dcc) (captured above as `body.key.fingerprint`), yielding the PGP signature: ``` -----BEGIN PGP MESSAGE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - http://gpgtools.org owFlkVtIFFEYx3dXK6/ZBSVYTTuBUSwx9zmz+ZRmGqldWCEfXOZyZh212XV23VpE 24oexMhKsI3QFiWxlygTKoQ000ijFAqCyoSgEgqVSi3J7IzYU+flcP7f7//n+853 MTnGYrMW3eifs6dHOq3PBj5JlqNOYroOSF4lBJx1oAqtXKqme5DhMzQ9AJyAJBlO oiWVJmkGKiJSBJniFQpxKk9CQmFIKENCIBBwgAqv33TgGEn0o92aF2v44dYUrHL5 Jp+H+VyT34drtSsFJJO8zMsKQTKEIFISFDmFYqBIixAilSBM0I8MXTyOMK3IMqh3 ACwENRmZ7a4WPFqgolb6DxYNw1tdbVoCIZ+pnUCSe9XtljRdwcNiUxAZfs2rAyeJ STmgmXaSFjiaoliGcgB00qcZyK2ZBMtzkMDHAXwGCuJICqoslGiVZymaE2lKoAWR 41g8iwBJVqFYmUEMx7AsVPCv8RISaIkUVI6VIcmpkAPmPDW6Fzhp3KbowZF+zaOL gVoDgfpGa3qsxWqzrF1jM9dlSYjf8G+JbSPrljLtV/JG0sJ93XVZO8LZTw+UPhzU b38cz0jMuLA4+avkyFB5Q9x8Wuny98jbxvyOggdJES7YtfTl0NfN21+F1zMoZ09v U2ri4Ojrpv1/Mhff3CnLSd3U3HCvZWR++LxW3N1x+m5rdfnwh439ReO+6ET2xPqQ ixmd7mqfvFQcV3Bwvj0pefnF+516uCk7mvAjXgq43kVresZarr8MqW2usl2Xn+cX 0q2PthSzicNjs1Pbqmamzg2AiDWLjftpnx3aO3Ot5pb7akZPV1Vl+cKx3M/anC1K FcYU2P2TPa6tp/SkzMMLnfdjgb/sW0rfk6LKm40p8uOs5vHAmd8lZ3uXiLm/ =XdUx -----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/dcc ### From the command line: Consider the [keybase command line program](https://keybase.io/__/command_line/keybase). ```bash # look me up keybase id dcc # encrypt a message to me keybase encrypt dcc -m 'a secret message...' # ...and more... ```