diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:55:58 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:55:58 -0400 |
commit | 444e9c50d86b90fab3b28f672b6f321b7ce86ade (patch) | |
tree | 600d3a4f0880cf68377c20ee5faf8183101aaeeb | |
parent | 632f8b975c48d1b8107443b3d22189b832b6ea5c (diff) |
perl/perl-Crypt-CBC: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | perl/perl-Crypt-CBC/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Crypt-CBC/README b/perl/perl-Crypt-CBC/README index fd5e1d55b1fe..2a3471560e42 100644 --- a/perl/perl-Crypt-CBC/README +++ b/perl/perl-Crypt-CBC/README @@ -1,4 +1,5 @@ -This module is a Perl-only implementation of the cryptographic cipher block -chaining mode (CBC). In combination with a block cipher such as DES or IDEA, -you can encrypt and decrypt messages of arbitrarily long length. The encrypted -messages are compatible with the encryption format used by the OpenSSL package. +This module is a Perl-only implementation of the cryptographic cipher +block chaining mode (CBC). In combination with a block cipher such +as DES or IDEA, you can encrypt and decrypt messages of arbitrarily +long length. The encrypted messages are compatible with the encryption +format used by the OpenSSL package. |