1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 22:55:39 +02:00
tldr/pages/common/keybase.md

33 lines
810 B
Markdown
Raw Normal View History

2017-12-01 07:55:33 -05:00
# keybase
> Key directory that maps social media identities to encryption keys in a publicly auditable manner.
> More information: <https://book.keybase.io/docs/cli>.
2017-12-01 07:55:33 -05:00
- Follow another user:
`keybase follow {{username}}`
- Add a new proof:
`keybase prove {{service}} {{service_username}}`
- Sign a file:
`keybase sign {{[-i|--infile]}} {{input_file}} {{[-o|--outfile]}} {{output_file}}`
2017-12-01 07:55:33 -05:00
- Verify a signed file:
`keybase verify {{[-i|--infile]}} {{input_file}} {{[-o|--outfile]}} {{output_file}}`
2017-12-01 07:55:33 -05:00
- Encrypt a file:
`keybase encrypt {{[-i|--infile]}} {{input_file}} {{[-o|--outfile]}} {{output_file}} {{receiver}}`
2017-12-01 07:55:33 -05:00
- Decrypt a file:
`keybase decrypt {{[-i|--infile]}} {{input_file}} {{[-o|--outfile]}} {{output_file}}`
2017-12-01 07:55:33 -05:00
- Revoke current device, log out, and delete local data:
`keybase deprovision`