updated pod + bumped version

This commit is contained in:
TLINDEN
2014-08-11 19:27:38 +02:00
parent 298e6b1469
commit 4bfc077f53
5 changed files with 15 additions and 4 deletions

View File

@@ -1 +1 @@
0.2.2
0.2.3

View File

@@ -79,6 +79,10 @@
the message symetrically. This is the same
as -m (self-encryption mode).
Add -z to ascii armor the output using Z85.
-A --anonymous Use anonymous sender key pair instead or
your own primary key pair. In this mode the
recipient doesn't need to have your public
key.
-m --encrypt-me Sym-Encrypt a message. Specify -I and/or
-O for input/output file. You will be asked
for a passphrase. No key material will

View File

@@ -9,7 +9,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
Usage: pcp1 [ --help | --version ]
[ --keygen | --listkeys | --remove-key | --edit-key ]
[ --export-public | --export-secret | --import ]
[ --encrypt | --decrypt ]
[ --encrypt | --decrypt ]
[ --sign | --check-signature ]
[ arguments ]
@@ -38,6 +38,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
Encryption Options:
-e --encrypt Asym-Encrypt a message. If none of -i or -r
has been given, encrypt the message symetrically.
-A --anonymous Use anonymous sender key pair.
-m --encrypt-me Symetrically encrypt a message.
-d --decrypt Decrypt a message.
@@ -134,6 +135,10 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
the message symetrically. This is the same
as -m (self-encryption mode).
Add -z to ascii armor the output using Z85.
-A --anonymous Use anonymous sender key pair instead or
your own primary key pair. In this mode the
recipient doesn't need to have your public
key.
-m --encrypt-me Sym-Encrypt a message. Specify -I and/or
-O for input/output file. You will be asked
for a passphrase. No key material will

View File

@@ -4,7 +4,7 @@
"Usage: pcp1 [ --help | --version ]\n" \
" [ --keygen | --listkeys | --remove-key | --edit-key ]\n" \
" [ --export-public | --export-secret | --import ]\n" \
" [ --encrypt | --decrypt ]\n" \
" [ --encrypt | --decrypt ]\n" \
" [ --sign | --check-signature ]\n" \
" [ arguments ]\n" \
"\n" \
@@ -33,6 +33,7 @@
"Encryption Options:\n" \
"-e --encrypt Asym-Encrypt a message. If none of -i or -r\n" \
" has been given, encrypt the message symetrically.\n" \
"-A --anonymous Use anonymous sender key pair.\n" \
"-m --encrypt-me Symetrically encrypt a message.\n" \
"-d --decrypt Decrypt a message.\n" \
"\n" \

View File

@@ -2,7 +2,7 @@
Usage: pcp1 [ --help | --version ]
[ --keygen | --listkeys | --remove-key | --edit-key ]
[ --export-public | --export-secret | --import ]
[ --encrypt | --decrypt ]
[ --encrypt | --decrypt ]
[ --sign | --check-signature ]
[ arguments ]
@@ -31,6 +31,7 @@ Keymanagement Options:
Encryption Options:
-e --encrypt Asym-Encrypt a message. If none of -i or -r
has been given, encrypt the message symetrically.
-A --anonymous Use anonymous sender key pair.
-m --encrypt-me Symetrically encrypt a message.
-d --decrypt Decrypt a message.