aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC/pkg-descr
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-10-02 15:52:09 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-10-02 15:52:09 +0000
commit1f8715435d29c0db86f4064d6fd9bc8c1fe4f391 (patch)
tree6d090092f4e2f58dda254bb85b9653f3ef9625c8 /security/p5-Crypt-CBC/pkg-descr
parent0e5e6459ccf111e6642b21e05ef93e89d48215f7 (diff)
downloadports-1f8715435d29c0db86f4064d6fd9bc8c1fe4f391.tar.gz
ports-1f8715435d29c0db86f4064d6fd9bc8c1fe4f391.zip
Notes
Diffstat (limited to 'security/p5-Crypt-CBC/pkg-descr')
-rw-r--r--security/p5-Crypt-CBC/pkg-descr10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Crypt-CBC/pkg-descr b/security/p5-Crypt-CBC/pkg-descr
index 522865c17175..c1452c5d492e 100644
--- a/security/p5-Crypt-CBC/pkg-descr
+++ b/security/p5-Crypt-CBC/pkg-descr
@@ -1,5 +1,7 @@
This is Crypt::CBC, a Perl-only implementation of the cryptographic
-cipher block chaining mode (CBC). In combination with a block
-cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and
-decrypt messages of arbitrarily long length. The encrypted messages
-are compatible with the encryption format used by B<SSLeay>.
+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.
+
+WWW: http://search.cpan.org/dist/Crypt-CBC/