2013-10-28 22:50:05 +01:00
|
|
|
|
2014-01-30 20:55:23 +01:00
|
|
|
Usage: pcp1 [ --help | --version ]
|
|
|
|
|
[ --keygen | --listkeys | --remove-key | --edit-key ]
|
2014-02-05 13:08:01 +01:00
|
|
|
[ --export-public | --export-secret | --import-public | --import-secret ]
|
|
|
|
|
[ --encrypt | --decrypt ]
|
|
|
|
|
[ --sign | --check-signature ]
|
2013-10-28 22:50:05 +01:00
|
|
|
|
|
|
|
|
General Options:
|
|
|
|
|
-h --help Print this help message.
|
|
|
|
|
-v --version Print program version.
|
|
|
|
|
-D --debug Enable debug output.
|
2014-01-30 20:55:23 +01:00
|
|
|
-V --vault <vaultfile> Specify an alternate vault file.
|
|
|
|
|
-O --outfile <file> Output file. STDOUT if unspecified.
|
|
|
|
|
-I --infile <file> Input file. STDIN if unspecified.
|
|
|
|
|
-i --keyid <id> Specify a key id for various operations.
|
|
|
|
|
-r --recipient <string> Specify a recpipient, multiple allowed.
|
|
|
|
|
-t --text Print textual representation of ojects.
|
2013-10-28 22:50:05 +01:00
|
|
|
|
|
|
|
|
Keymanagement Options:
|
2014-01-30 20:55:23 +01:00
|
|
|
-k --keygen Generate new key pair.
|
|
|
|
|
-l --listkeys List all keys stored in your vault.
|
|
|
|
|
-R --remove-key Remove a key from the vault.
|
|
|
|
|
-s --export-secret Export a secret key.
|
|
|
|
|
-p --export-public Export a public key.
|
|
|
|
|
-S --import-secret Import a secret key.
|
|
|
|
|
-P --import-public Import a public key.
|
|
|
|
|
-y --export-yaml Export all keys as YAML formatted text.
|
2014-01-28 16:53:26 +01:00
|
|
|
-b --pbpcompat Enable PBP compatibility for public key
|
|
|
|
|
exports and imports.
|
2013-10-28 22:50:05 +01:00
|
|
|
Encryption Options:
|
2014-01-30 20:55:23 +01:00
|
|
|
-e --encrypt Asym-Encrypt a message. If none of -i or -r
|
|
|
|
|
has been given, encrypt the message symetrically.
|
|
|
|
|
-m --encrypt-me Symetrically encrypt a message.
|
|
|
|
|
-d --decrypt Decrypt a message.
|
2013-10-28 22:50:05 +01:00
|
|
|
|
2013-11-08 12:50:04 +01:00
|
|
|
Signature Options:
|
2014-01-30 20:55:23 +01:00
|
|
|
-g --sign Create a signature of a file.
|
2014-02-05 13:08:01 +01:00
|
|
|
-c --check-signature Verify a signature of a file.
|
|
|
|
|
-f --sigfile <file> Write or check a detached signature file.
|
2013-11-08 12:50:04 +01:00
|
|
|
|
2013-10-28 22:50:05 +01:00
|
|
|
Encoding Options:
|
2014-01-30 20:55:23 +01:00
|
|
|
-z --z85-encode Armor with Z85 encoding.
|