mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +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
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
|||||||
Usage: pcp1 [ --help | --version ]
|
Usage: pcp1 [ --help | --version ]
|
||||||
[ --keygen | --listkeys | --remove-key | --edit-key ]
|
[ --keygen | --listkeys | --remove-key | --edit-key ]
|
||||||
[ --export-public | --export-secret | --import ]
|
[ --export-public | --export-secret | --import ]
|
||||||
[ --encrypt | --decrypt ]
|
[ --encrypt | --decrypt ]
|
||||||
[ --sign | --check-signature ]
|
[ --sign | --check-signature ]
|
||||||
[ arguments ]
|
[ arguments ]
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"Usage: pcp1 [ --help | --version ]\n" \
|
"Usage: pcp1 [ --help | --version ]\n" \
|
||||||
" [ --keygen | --listkeys | --remove-key | --edit-key ]\n" \
|
" [ --keygen | --listkeys | --remove-key | --edit-key ]\n" \
|
||||||
" [ --export-public | --export-secret | --import ]\n" \
|
" [ --export-public | --export-secret | --import ]\n" \
|
||||||
" [ --encrypt | --decrypt ]\n" \
|
" [ --encrypt | --decrypt ]\n" \
|
||||||
" [ --sign | --check-signature ]\n" \
|
" [ --sign | --check-signature ]\n" \
|
||||||
" [ arguments ]\n" \
|
" [ arguments ]\n" \
|
||||||
"\n" \
|
"\n" \
|
||||||
@@ -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" \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Usage: pcp1 [ --help | --version ]
|
Usage: pcp1 [ --help | --version ]
|
||||||
[ --keygen | --listkeys | --remove-key | --edit-key ]
|
[ --keygen | --listkeys | --remove-key | --edit-key ]
|
||||||
[ --export-public | --export-secret | --import ]
|
[ --export-public | --export-secret | --import ]
|
||||||
[ --encrypt | --decrypt ]
|
[ --encrypt | --decrypt ]
|
||||||
[ --sign | --check-signature ]
|
[ --sign | --check-signature ]
|
||||||
[ arguments ]
|
[ arguments ]
|
||||||
|
|
||||||
@@ -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