Instantly share code, notes, and snippets.
CreatedMarch 29, 2014 15:10
Save milesward/9856233 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 milesward on github. | |
* I am milesward (https://keybase.io/milesward) on keybase. | |
* I have a public key whose fingerprint is 5E36 96DD 7970 E1F1 C7AE 9A00 6E8E D01B A435 850D | |
To claim this, I am signing this object: | |
```json | |
{ | |
"body": { | |
"key": { | |
"fingerprint": "5e3696dd7970e1f1c7ae9a006e8ed01ba435850d", | |
"host": "keybase.io", | |
"key_id": "6e8ed01ba435850d", | |
"uid": "1039aa8ca191596103283b0b2d585000", | |
"username": "milesward" | |
}, | |
"service": { | |
"name": "github", | |
"username": "milesward" | |
}, | |
"type": "web_service_binding", | |
"version": 1 | |
}, | |
"ctime": 1396105759, | |
"expire_in": 157680000, | |
"prev": "7518f506e742cfd1f5f9604352152b342568f97026b1d423844691a53f1ec0af", | |
"seqno": 2, | |
"tag": "signature" | |
} | |
``` | |
with the PGP key whose fingerprint is | |
[5E36 96DD 7970 E1F1 C7AE 9A00 6E8E D01B A435 850D](https://keybase.io/milesward) | |
(captured above as `body.key.fingerprint`), yielding the PGP signature: | |
``` | |
-----BEGIN PGP MESSAGE----- | |
Version: Keybase OpenPGP v0.1.1 | |
Comment: https://keybase.io/crypto | |
yMHeAnicfZFtSFRZGMdnmnR0Yk1IkoQlOw1BOMl9mXPn3iG3TPSDMIRb4hbKeO69 | |
544XnRfvvKgNsx92Q8HUXCE23QUri0i/ZFRfMhOZqEglncigwlf6oIVJtETNqueK | |
fYs+HZ7/8/s/53mJ/2QyWIzm2LOi/EuxsPHpyLuw4QQ3vzcKRL/cBJxRUIs3H0X1 | |
ebAW0FRfCDgBxCwncLLsEBwUphVaciAsIIriMI9lihaRnYU8pGRgAzX+oO4gZUQU | |
xPmqn2gkcKsyUb/DhzcTNMUKCPESogUaChwJGZ4VKZGRdY6idDCINR/yYkJ71Toc | |
bECaDGI2QOSIKhE5CrbSHjVUExZ/YAk1BXStAYvuLbdbVH0yGZmYIlgLqn4fcNKE | |
lEKqbqdZvSfogIIN4MaAqmG3qhPQwfGkO8oGAhqOkJIOSPMKJHtx2BlJkWkFKgJH | |
kWkZGjIia2cgxytkiQwn0rKdYXm7nRNoBFmFxhKFFPJ/ENf7/MDJkDaRh5QMqh4f | |
CoU1DGKjI5XbDUaLITVlm340gyU989spcyhzMv1isy3x6PPM40/DXYnlI+cKM38p | |
n+J/c12dgLDY+yH3QIpV7c7+/cVKouSouS96pt+01HE/oyRZxVgS5fXDhcfnvL8e | |
jv/VU1prvFy07OpLA//37J54fj7yUji4emry56qM/RWzzag35wZYH1wBswVrO9ue | |
3Hx/ZWyfzVDdHrs7NWC+Pb3HlWz5uzIzkLbUUSZlLayfzWodeuMdotPHPf3zeZ3G | |
oS/xW2NpqaZk39fGP45Vp0pW0RV//cA229U22tp6WrUeQm9PLhT92Tk8uBbwzMxN | |
/1exWFdqGp1sab/+avXevxdyBwp2ZV8r7S1b/Dje/c/D4ryEFVrvzBh2dG4At9kP | |
rw== | |
=J9ti | |
-----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/milesward | |
### From the command line: | |
Consider the [keybase command line program](https://keybase.io/__/command_line/keybase). | |
```bash | |
# look me up | |
keybase id milesward | |
# encrypt a message to me | |
keybase encrypt milesward -m 'a secret message...' | |
# ...and more... | |
``` |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment