You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Storer 48a71ce0d1 perl/perl-Crypt-Blowfish_PP: Fix source URLs. 11 years ago
..
README perl/perl-Crypt-Blowfish_PP: Added (Blowfish encrypt implementation) 13 years ago
perl-Crypt-Blowfish_PP.SlackBuild various: Update find command to match template. 12 years ago
perl-Crypt-Blowfish_PP.info perl/perl-Crypt-Blowfish_PP: Fix source URLs. 11 years ago
slack-desc perl/perl-Crypt-Blowfish_PP: Added (Blowfish encrypt implementation) 13 years ago

README

Blowfish encryption algorithm implemented purely in Perl

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.