Want to sign something?

Keybase users can sign messages, proving their identity. You must or join to sign messages in the browser.

Alternatively, if you do not trust this browser, you can follow the instructions to the right.

If you don't know what Keybase is, read this.

Using the Keybase command line app

keybase pgp sign -m "message"

With GPG or another PGP program

You may import from Keybase to GPG easily and then perform whatever cryptographic actions you want.

# using curl
curl https://keybase.io/[them]/key.asc | gpg --import

# using `keybase pgp pull` which
# imports to GPG key chain for you
keybase follow [them]
keybase pgp pull [them]