What version of mysql are you using? IIRC, there is support for AES in newer
(4+?) versions. If I were you, I'd handle are the encryption and decryption
in the database, if possible.
Yep, http://www.mysql.com/doc/en/Encryption_functions.html
On Tuesday 23 March 2004 02:04 pm, Jay Blanchard wro
Jay Blanchard wrote:
You have an error in your SQL syntax near 'HXâÃÃÃppT ÃÃÃ7 GHÂÅÅÃÃÃ' ) ' at line 1
Now, if you look closely you can see and additional single quote in ÃR'âHXâ. I cannot use addslashes() here can I? Or should I base64_encode each item and then decode on the way back out. An
Good afternoon!
I am storing some encrypted data using PHP to do the encryption and a MySQL database.
I have encountered a couple of times where I get back a query sytax error.
INSERT INTO `test`.`tblEncTest` (`encAlg`, `encMode`, `encIV`, `reqName`, `reqSSN`,
`reqEMail`) VALUES ( 'blowfish', '
3 matches
Mail list logo