mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +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
|
||||
|
||||
10
man/pcp1.1
10
man/pcp1.1
@@ -415,7 +415,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 \s-1AND\s0 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.
|
||||
.IP "\fBCurve25519 not widely adopted\fR" 4
|
||||
@@ -449,8 +449,8 @@ of \fBfile\fR.
|
||||
.PP
|
||||
Encoded or decoded output will be written to \fB\s-1STDOUT\s0\fR unless an
|
||||
output file has been specified using the option \fB\-O\fR.
|
||||
.SS "\s-1EXAMPLES\s0"
|
||||
.IX Subsection "EXAMPLES"
|
||||
.SS "Z85 \s-1EXAMPLES\s0"
|
||||
.IX Subsection "Z85 EXAMPLES"
|
||||
To encode a given file to Z85 and write the output to another:
|
||||
.PP
|
||||
.Vb 1
|
||||
@@ -474,8 +474,8 @@ To decode the above and print to stdout:
|
||||
.Vb 1
|
||||
\& pcp1 \-Z \-d pslist.z85
|
||||
.Ve
|
||||
.SS "\s-1BACKGROUND\s0"
|
||||
.IX Subsection "BACKGROUND"
|
||||
.SS "Z85 \s-1BACKGROUND\s0"
|
||||
.IX Subsection "Z85 BACKGROUND"
|
||||
The Z85 encoding format is described here: \fBhttp://rfc.zeromq.org/spec:32\fR.
|
||||
It's part of ZeroMQ (\fBhttp://zeromq.org\fR). Z85 is based on \s-1ASCII85\s0 with
|
||||
a couple of modifications (portability, readability etc).
|
||||
|
||||
@@ -288,7 +288,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.
|
||||
|
||||
@@ -328,7 +328,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:
|
||||
|
||||
@@ -346,7 +346,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