mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
keybase: add page
This commit is contained in:
parent
02f9bd592a
commit
01c43a8888
1 changed files with 31 additions and 0 deletions
31
pages/common/keybase.md
Normal file
31
pages/common/keybase.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# keybase
|
||||||
|
|
||||||
|
> Key directory that maps social media identities to encryption keys in a publicly auditable manner.
|
||||||
|
|
||||||
|
- Follow another user:
|
||||||
|
|
||||||
|
`keybase follow {{username}}`
|
||||||
|
|
||||||
|
- Add a new proof:
|
||||||
|
|
||||||
|
`keybase prove {{service}} {{service_username}}`
|
||||||
|
|
||||||
|
- Sign a file:
|
||||||
|
|
||||||
|
`keybase sign --infile {{input_file}} --outfile {{output_file}}`
|
||||||
|
|
||||||
|
- Verify a signed file:
|
||||||
|
|
||||||
|
`keybase verify --infile {{input_file}} --outfile {{output_file}}`
|
||||||
|
|
||||||
|
- Encrypt a file:
|
||||||
|
|
||||||
|
`keybase encrypt --infile {{input_file}} --outfile {{output_file}} {{receiver}}`
|
||||||
|
|
||||||
|
- Decrypt a file:
|
||||||
|
|
||||||
|
`keybase decrypt --infile {{input_file}} --outfile {{output_file}}`
|
||||||
|
|
||||||
|
- Revoke current device, log out, and delete local data:
|
||||||
|
|
||||||
|
`keybase deprovision`
|
Loading…
Add table
Reference in a new issue