Skip to content

Instantly share code, notes, and snippets.

@picodotdev
Last active December 28, 2015 10:59
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 picodotdev/7490710 to your computer and use it in GitHub Desktop.
Save picodotdev/7490710 to your computer and use it in GitHub Desktop.
$ gpg --output unsecret.zip -d secret.zip.asc
$ gpg --armor -r "[email]" -e secret.zip
$ gpg --gen-key
$ gpg --fingerprint "[email]"
$ gpg --armor --output "[email]" --export "[email]"
$ gpg --armor --output "[email]" --export-secret-keys "[email]"
$ gpg --output "[email].revoke" --gen-revoke "[email]"
$ gpg --armor -u "[email]" -s secret.zip
$ gpg --verify secret.zip.asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment