diff options
Diffstat (limited to 'security/p5-Crypt-CBC/pkg-descr')
-rw-r--r-- | security/p5-Crypt-CBC/pkg-descr | 10 |
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/ |