slackbuilds/perl/perl-Crypt-Blowfish_PP
Chris Novakovic 137527020a perl/perl-Crypt-Blowfish_PP: Update homepage and download.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:10:54 +07:00
..
README perl/perl-Crypt-Blowfish_PP: Added (Blowfish encrypt implementation) 2013-04-28 12:30:24 -03:00
perl-Crypt-Blowfish_PP.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
perl-Crypt-Blowfish_PP.info perl/perl-Crypt-Blowfish_PP: Update homepage and download. 2018-05-27 11:10:54 +07:00
slack-desc perl/perl-Crypt-Blowfish_PP: Update homepage and download. 2018-05-27 11:10:54 +07:00

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.