Recent Changes - Search:

edit SideBar

Perl-Crypt-Blowfish_PP

Description

The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption algorithm in perl. The implementation is entirely Object Oriented, as there is quite a lot of context inherent in making blowfish as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a packed string. The transformation itself is a 16-round Feistel Network, and operates on a 64 bit block.

The Perl module is available as 32-bit and 64-bit:

  • For the 32-bit module you need to use perl.
  • For the 64-bit module you need to use perl_64bit.

Homepage: http://search.cpan.org/dist/Crypt-Blowfish_PP

Version: 1.12

Downloads

RPM:

Source RPM:

Package dependencies:


All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on September 17, 2009, at 05:32 PM