1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/common/keybase.md
2017-12-02 21:51:22 +05:30

682 B

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