diff options
author | markm <markm@FreeBSD.org> | 2000-02-18 20:11:52 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-18 20:11:52 +0800 |
commit | 68f864312a428fb710f84ae193d6aeff262e5d4a (patch) | |
tree | bdc3eee6a09d501e5b0e7ee3f917a7945e1a82ae /security/p5-Crypt-CBC/pkg-descr | |
parent | 7973a8993b53e22ce8d54d2c53d515c15a385635 (diff) | |
download | freebsd-ports-gnome-68f864312a428fb710f84ae193d6aeff262e5d4a.tar.gz freebsd-ports-gnome-68f864312a428fb710f84ae193d6aeff262e5d4a.tar.zst freebsd-ports-gnome-68f864312a428fb710f84ae193d6aeff262e5d4a.zip |
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>.
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>. |