mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
updated pod + bumped version
This commit is contained in:
@@ -79,6 +79,10 @@
|
|||||||
the message symetrically. This is the same
|
the message symetrically. This is the same
|
||||||
as -m (self-encryption mode).
|
as -m (self-encryption mode).
|
||||||
Add -z to ascii armor the output using Z85.
|
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
|
-m --encrypt-me Sym-Encrypt a message. Specify -I and/or
|
||||||
-O for input/output file. You will be asked
|
-O for input/output file. You will be asked
|
||||||
for a passphrase. No key material will
|
for a passphrase. No key material will
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
|||||||
Encryption Options:
|
Encryption Options:
|
||||||
-e --encrypt Asym-Encrypt a message. If none of -i or -r
|
-e --encrypt Asym-Encrypt a message. If none of -i or -r
|
||||||
has been given, encrypt the message symetrically.
|
has been given, encrypt the message symetrically.
|
||||||
|
-A --anonymous Use anonymous sender key pair.
|
||||||
-m --encrypt-me Symetrically encrypt a message.
|
-m --encrypt-me Symetrically encrypt a message.
|
||||||
-d --decrypt Decrypt 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
|
the message symetrically. This is the same
|
||||||
as -m (self-encryption mode).
|
as -m (self-encryption mode).
|
||||||
Add -z to ascii armor the output using Z85.
|
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
|
-m --encrypt-me Sym-Encrypt a message. Specify -I and/or
|
||||||
-O for input/output file. You will be asked
|
-O for input/output file. You will be asked
|
||||||
for a passphrase. No key material will
|
for a passphrase. No key material will
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
"Encryption Options:\n" \
|
"Encryption Options:\n" \
|
||||||
"-e --encrypt Asym-Encrypt a message. If none of -i or -r\n" \
|
"-e --encrypt Asym-Encrypt a message. If none of -i or -r\n" \
|
||||||
" has been given, encrypt the message symetrically.\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" \
|
"-m --encrypt-me Symetrically encrypt a message.\n" \
|
||||||
"-d --decrypt Decrypt a message.\n" \
|
"-d --decrypt Decrypt a message.\n" \
|
||||||
"\n" \
|
"\n" \
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ Keymanagement Options:
|
|||||||
Encryption Options:
|
Encryption Options:
|
||||||
-e --encrypt Asym-Encrypt a message. If none of -i or -r
|
-e --encrypt Asym-Encrypt a message. If none of -i or -r
|
||||||
has been given, encrypt the message symetrically.
|
has been given, encrypt the message symetrically.
|
||||||
|
-A --anonymous Use anonymous sender key pair.
|
||||||
-m --encrypt-me Symetrically encrypt a message.
|
-m --encrypt-me Symetrically encrypt a message.
|
||||||
-d --decrypt Decrypt a message.
|
-d --decrypt Decrypt a message.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user