olly has asked for the wisdom of the Perl Monks concerning the following question:
I get an error saying encrypt: datasize not multiple of blocksize (16 bytes) at /var/www/cgi-bin/development/sqlmanager/version0.1/cgi/sql.cgi line 328.my $cipher = new Crypt::Rijndael "a" x 32, Crypt::Rijndael::MODE_CBC; my $usernameCrypt = $cipher->encrypt($username);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Crypt::Rijndael
by RMGir (Prior) on Apr 13, 2002 at 14:19 UTC | |
|
Re: Crypt::Rijndael
by tachyon (Chancellor) on Apr 13, 2002 at 15:44 UTC | |
|
Re: Crypt::Rijndael
by Ryszard (Priest) on Apr 14, 2002 at 12:45 UTC | |
by olly (Scribe) on Sep 04, 2002 at 19:11 UTC | |
|
Re: Crypt::Rijndael
by olly (Scribe) on Apr 13, 2002 at 15:52 UTC | |
by tachyon (Chancellor) on Apr 13, 2002 at 16:18 UTC | |
|
Re: Crypt::Rijndael
by sevensven (Pilgrim) on Apr 15, 2002 at 23:52 UTC |