Use placeholders!
$sql_update = 'UPDATE accounts SET data = ?, encrypted = 1 WHERE accou +nt_id = ?'; $qry_update = $dbh->prepare($sql_update); $qry_update->execute($data, $account_id);
In reply to Re^4: decrypt problems with Crypt::Rijndael (datasize not multiple of blocksize)
by ikegami
in thread decrypt problems with Crypt::Rijndael (datasize not multiple of blocksize)
by by88
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |