Created
July 19, 2013 21:37
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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