Getting Going
|
Version keybase version
Print the version number. |
|
Help keybase help
Get help. |
|
Sign up keybase signup
Sign up. |
|
Login keybase login
Login. |
Proving Accounts
|
Prove Twitter keybase prove twitter
Prove you own a Twitter account. |
|
Prove GitHub keybase prove github
Prove you own a GitHub account. |
|
Prove Reddit keybase prove reddit
Prove you own a Reddit account. |
|
Prove Coinbase keybase prove coinbase
Prove you own a Coinbase account. |
|
Prove Hacker News keybase prove hackernews
Prove you own a YCombinator - Hacker News account. |
|
Prove website via HTTP keybase prove web you.com
Prove you own the domain/website you are claiming via HTTP. |
|
Prove website via DNS keybase prove dns you.com
Prove you own the domain/website you are claiming via DNS. |
Pushing / Revoking Your Key
|
Push key keybase push
Push your public key to Keybase. |
|
Revoke key keybase revoke
Remove/replace your public key. |
Id'ing and Tracking
|
Search keybase search <user> Find users like |
|
Identify keybase id <user> Look |
|
Track keybase track <user> Same as id, but track publicly. |
|
Track local only keybase track <user> --track-local Track, but local only. |
Bitcoin
|
Bitcoin keybase btc <bitcoin> Sign and set the Bitcoin address on your profile. |
Encrypting
|
Encrypt message keybase encrypt <user> -m <message> Encrypt message. |
|
Encrypt message and sign it keybase encrypt <user> -s -m <message> Encrypt message and also sign it. |
|
Encrypt file keybase encrypt <user> <file.txt> Encrypt file |
|
Encrypt file with output keybase encrypt <user> <file.txt> -o <output.asc> Encrypt file |
|
Encrypt stream echo 'secret' | keybase encrypt <user> Encrypt stream. |
Decrypting
|
Decrypt file keybase decrypt <file.txt.asc> Decrypt |
|
Decrypt with output keybase decrypt <file.txt.asc> -o <output.txt> Decrypt |
|
Decrypt stream cat <file.txt.asc> | keybase decrypt Decrypt stream. |
Signing
|
Sign message keybase sign -m <message> Sign message. |
|
Sign message without encoding keybase pgp sign --clearsign -m <message> Sign, but don't encode contents. |
|
Generate signature only keybase sign <file.txt> --detach-sign Generate signature |
|
Sign stream echo <message> | keybase sign Sign stream. |
Verifying
|
Verify file keybase verify <file.txt.asc> Verify self-signed file. |
|
Verify file with detached signature keybase verify <file.txt.asc> <file.txt> Verify file with detached signature. |
|
Verify stream cat <file.txt.asc> | keybase verify Verify stream of self-signed file. |
Notes
- Alpha command list for Keybase's command line tool, taken from Keybase's documentation page
- Last updated: 12/04/14