Skip to content

Instantly share code, notes, and snippets.

@abiggerhammer
Created July 19, 2013 21:37
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 abiggerhammer/6042550 to your computer and use it in GitHub Desktop.
Save abiggerhammer/6042550 to your computer and use it in GitHub Desktop.
excerpts from 'man gpg' that developers will likely want to use programmatically (biased by things I have had use cases for, and what I know from other devs)
Commands to select the type of operation
--sign
--clearsign
--detach-sign
--encrypt
--symmetric
--decrypt
--multifile
--verify-files
--encrypt-files
--decrypt-files
--list-public-keys
--list-secret-keys
--check-sigs
--fingerprint
--delete-key
--delete-secret-key
--delete-secret-and-public-key
--export
--send-keys
--import
--recv-keys
--refresh-keys
--search-keys
... so, about half of the commands on the man page, I guess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment