[ h o m e ]     [ c o d e ]

Blowfishinator.pm - (documentation)

A simplified wrapper around the Crypt::Blowfish Module

my $bf = new Blowfishinator;
$ciphertext = $bf->encrypt_string( ``Here is my secret passphrase'', ``My secret message is : the monkey pees at dawn!'');

$plaintext = $bf->decrypt_string( ``Here is my secret passphrase'', $ciphertext);


There is also a version for the Pure Perl version of Crypt::Blowfish

Blowfishinator_PP.pm - (documentation)





© 2001 Steve McNabb - no stealin' stuff