LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

nix profile install nixpkgs#keybase
copy

SEE ALSO

gpg(1), ssh(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid