diff options
Diffstat (limited to 'security/p5-Crypt-CBC/pkg-descr')
-rw-r--r-- | security/p5-Crypt-CBC/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Crypt-CBC/pkg-descr b/security/p5-Crypt-CBC/pkg-descr new file mode 100644 index 000000000000..522865c17175 --- /dev/null +++ b/security/p5-Crypt-CBC/pkg-descr @@ -0,0 +1,5 @@ +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>. |