1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libcrypt-cbc-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gustavo Franco <stratus@debian.org>, Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
gregor herrmann <gregoa@debian.org>, Carlo Segre <segre@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8), libcrypt-blowfish-perl, libcrypt-des-perl,
libcrypt-rijndael-perl, libcrypt-des-ede3-perl
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-cbc-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-cbc-perl/
Homepage: http://search.cpan.org/dist/Crypt-CBC/
Package: libcrypt-cbc-perl
Architecture: all
Depends: ${perl:Depends}, libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl
Description: Implementation of cipher block chaining (CBC) mode
In combination with a block cipher such as Crypt::Rijndael or
Crypt::Blowfish, you can encrypt and decrypt messages of
arbitrarily long length. The encrypted messages are compatible
with the encryption format used by SSLeay.
|