summaryrefslogtreecommitdiffstats
path: root/perl/perl-Crypt-CBC/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Crypt-CBC/README')
-rw-r--r--perl/perl-Crypt-CBC/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Crypt-CBC/README b/perl/perl-Crypt-CBC/README
index fd5e1d55b1..2a3471560e 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.