mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 18:51:27 +00:00
Update cheatsheets
This commit is contained in:
37
keybase
Normal file
37
keybase
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# keybase
|
||||
|
||||
> Key directory that maps social media identities to encryption keys in a publicly auditable manner.
|
||||
> More information: <https://keybase.io/docs/command_line>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user