Skip to content

Instantly share code, notes, and snippets.

@jamiely
Created June 19, 2018 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiely/1cfc3988a751ed4106b773ec955e44d3 to your computer and use it in GitHub Desktop.
Save jamiely/1cfc3988a751ed4106b773ec955e44d3 to your computer and use it in GitHub Desktop.
Encrypt/Decrypt a file for yourself using keybase

Encrypt a file for yourself using keybase

keybase encrypt my_keybase_username -b -i my.tgz -o my.tgz.enc

Decrypt

keybase decrypt -i my.tgz.enc -o my.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment