← 返回命令列表

Linux command

keybase 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Login to Keybase

keybase login

Check status

keybase status

Search for users

keybase search [username]

Encrypt file for user

keybase encrypt -i [file] -o [file.enc] [username]

Decrypt file

keybase decrypt -i [file.enc] -o [file]

Sign a message

keybase sign -m "[message]"

Verify signature

keybase verify -i [file.sig]

Start a chat

keybase chat send [username] "[message]"

说明

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.

参数

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.

FAQ

What is the keybase command used for?

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.

How do I run a basic keybase example?

Run `keybase login` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does login do in keybase?

Log in to Keybase.