in reply to Re: Re: Re: Re: How to do encryption ?
in thread How to do encryption ?

Found the problem...the code example has a minor error that need to be changed:
my $bf = Crypt::Blowfish->new($key);
Should be:
my $bf = Crypt::Blowfish_PP->new($key);


-THRAK
www.polarlava.com