mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
typos
This commit is contained in:
@@ -135,7 +135,7 @@ Users have to find other means to exchange keys. That's a pity
|
||||
since with Curve25519 you can't just publish your public key
|
||||
to some key server because in order to encrypt a message, both
|
||||
the recipient AND the sender need to have the public key of
|
||||
each other. It would be possible to publich public keys,
|
||||
each other. It would be possible to publish public keys,
|
||||
and attach the senders public key to the encrypted message, but
|
||||
I'm not sure if such an aproach would be secure enough.
|
||||
|
||||
@@ -175,7 +175,7 @@ of B<file>.
|
||||
Encoded or decoded output will be written to B<STDOUT> unless an
|
||||
output file has been specified using the option B<-O>.
|
||||
|
||||
=head2 EXAMPLES
|
||||
=head2 Z85 EXAMPLES
|
||||
|
||||
To encode a given file to Z85 and write the output to another:
|
||||
|
||||
@@ -193,7 +193,7 @@ To decode the above and print to stdout:
|
||||
|
||||
pcp1 -Z -d pslist.z85
|
||||
|
||||
=head2 BACKGROUND
|
||||
=head2 Z85 BACKGROUND
|
||||
|
||||
The Z85 encoding format is described here: B<http://rfc.zeromq.org/spec:32>.
|
||||
It's part of ZeroMQ (B<http://zeromq.org>). Z85 is based on ASCII85 with
|
||||
|
||||
Reference in New Issue
Block a user