LinuxCommandLibrary

keybase

command-line client for Keybase, providing end-to-end encrypted chat, file

TLDR

Login to Keybase

$ keybase login
copy
Check status
$ keybase status
copy
Search for users
$ keybase search [username]
copy
Encrypt file for user
$ keybase encrypt -i [file] -o [file.enc] [username]
copy
Decrypt file
$ keybase decrypt -i [file.enc] -o [file]
copy
Sign a message
$ keybase sign -m "[message]"
copy
Verify signature
$ keybase verify -i [file.sig]
copy
Start a chat
$ keybase chat send [username] "[message]"
copy

SYNOPSIS

keybase [command] [options]

DESCRIPTION

keybase is a command-line client for Keybase, providing end-to-end encrypted chat, file sharing, and identity verification. Uses public-key cryptography to verify identities across social networks. Includes encrypted filesystem (KBFS) and encrypted git repositories.

PARAMETERS

login

Log in to Keybase.
signup
Create new account.
status
Show account status.
encrypt
Encrypt data for users.
decrypt
Decrypt data.
sign
Sign message or file.
verify
Verify signature.
chat
Keybase chat operations.
fs
Keybase filesystem operations.
git
Keybase git operations.
pgp
Manage PGP keys.
log send
Send logs for debugging.

SEE ALSO

gpg(1), ssh(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community