Crypt::Twofish_PP::Key32

Twofish with 32 byte (256 bits) keysize
Download

Crypt::Twofish_PP::Key32 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Guido Flohr
  • Publisher web site:
  • http://search.cpan.org/~guido/libintl-perl-1.16/lib/Locale/Recode.pm

Crypt::Twofish_PP::Key32 Tags


Crypt::Twofish_PP::Key32 Description

Twofish with 32 byte (256 bits) keysize Crypt::Twofish_PP::Key32 is a Perl module that offers a Twofish with 32 byte (256 bits) keysize.SYNOPSIS use Crypt::CBC; my $cipher = Crypt::CBC->new (key => 'my secret key', cipher => 'Twofish_PP::Key32');This module is only a helper module and you should never use it directly. Use Crypt::Twofish_PP instead and see there for more documentation.The standard module for Cipher Block Chaining (CBC) in Perl, Crypt::CBC cannot grok with variable key sizes. However, the Twofish algorithm is defined for key sizes of 32, 24, and 32 bytes, but there is no way to communicate that to Crypt::CBC.If you want to use Crypt::Twofish_PP in CBC mode with a keysize of 32, simply specify Crypt::Twofish_PP::Key32 as the algorithm. It is eqeuivalent to Crypt::Twofish_PP(3) but it will report a default keysize of 32 bytes back to Crypt::CBC.Note that this is not necessarily the real keysize. The method keysize() of Crypt::Twofish_PP only exists to satisfy Crypt::CBC. The module will derive the real keysize from the length of the key you supply. Requirements: · Perl


Crypt::Twofish_PP::Key32 Related Software