2
Can someone help me, I am using AES_ENCRYPT(string, string_key) (manual) to make cryptographic with key.
Veja minha sintax. INSERT INTO trava (codigoliberacao) VALUES (AES_ENCRYPT('123456789', 'Chave'));
ie. Insert into table (field)values(AES_ENCRYPT('Value', 'Key'));
mysql msg responds (1 Row(s) affected, 1 Warning(s)).
But in the normal query, the encryption does not appear, ie it is as if the field had been blank. See the image
And what was the Warning that he gave?
– bfavaretto
(1 Row(s) affected, 1 Warning(s)) Execution Time : 00:00:00:140 Transfer Time : 00:00:00:000 Total Time : 00:00:00:00:140
– Fabrício Mendes
@Fabrício, post the script creating your table too, please.
– Luídne