Source: libcrypt-mcrypt-perl
Section: perl
Priority: extra
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>= 8.0.0), perl, perl-modules, libmcrypt-dev
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/~fkuo/MCrypt-0.92/MCrypt.pm
Vcs-Git: ssh://git@git.kali.org/packages/libcrypt-mcrypt-perl.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/libcrypt-mcrypt-perl.git;a=summary

Package: libcrypt-mcrypt-perl
Architecture: all
Depends: ${misc:Depends}, libmcrypt4
Description: Perl extension for MCrypt Crypto library
 This is an perl interface to the MCrypt crypto library, which supports a wide 
 variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, 
 SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2, GOST, LOKI, SERPENT, CAST and 
 RIJNDAEL in CBC, OFB, CFB and ECB cipher modes.
 .
 Mcrypt can be used to encrypt and decrypt using the above mentioned ciphers. 
 The four important mcrypt commands (mcrypt_cfb(), mcrypt_cbc(), mcrypt_ecb(), 
 and mcrypt_ofb()) can operate in both modes which are named MCRYPT_ENCRYPT and 
 MCRYPT_DECRYPT, respectively.
 .
 Mcrypt can operate in four block cipher modes (CBC, OFB, CFB, and ECB).
