summaryrefslogblamecommitdiff
path: root/security/p5-Crypt-CBC/pkg-descr
blob: 522865c171754fc75066a3267251c01e93506d18 (plain) (tree)
1
2
3
4
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>.