in reply to How to encrypt use(Crypt::Blowfish.pm) encryp tech....???
Crypt::Blowfish_PP Matthew Byng-Maddickmy $cipher = new Crypt::Blowfish $key; my $ciphertext = $cipher->encrypt($plaintext);
Now as a general rule your key, should be as random as possible...$blowfish=new Crypt::Blowfish_PP($key);
|
|---|