in reply to Re^2: decrypt problems with Crypt::Rijndael (datasize not multiple of blocksize)
in thread decrypt problems with Crypt::Rijndael (datasize not multiple of blocksize)
$data is the encrypted piece$sql_update = "UPDATE accounts SET data = '" . $data . "', encrypted = + '1' WHERE account_id = '" . $account_id . "'"; $qry_update = $dbh->prepare($sql_update); $qry_update->execute();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: decrypt problems with Crypt::Rijndael (datasize not multiple of blocksize)
by ikegami (Patriarch) on Sep 29, 2008 at 19:14 UTC |