in reply to Re: CBC being a pain
in thread CBC being a pain
And yes, unfortunately, I miss caps all the time. ;_;my $Cipher = Crypt::CBC->new( {'key' => "Still secret. +Quiet, you.", 'cipher' => 'Blowfish', 'iv' => '{3fd#t4^$#', 'padding' => 'null', 'regenerate_key' => 0, 'prepend_iv' => 0 }); my $Shout = $dbh->quote($Cipher->encrypt($q->param('Message')));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CBC being a pain
by YetAnotherDave (Beadle) on Jan 23, 2005 at 17:14 UTC |