Since 8/8/2012 8:58:32 AM, jd2468 has written 1 articles and participated in 2 conversations. jd2468 signature:
jd2468's articles:
Items(1) /1
AES Encryption #2657 (8/8/2012 8:58:29 AM) comp.databases.mysql Hi,
I am having a nightmare with mySQL AES_DECRYPT.
I can enrypt things fine, but how do you decrypt a column? For example, I write this line:
insert into tblTest (TestColumn) VALUES (AES_ENCRYPT('tes... jimbo
jd2468's replies:
Items(1) /1
AES Encryption #2657 (8/8/2012 8:58:29 AM) comp.databases.mysql Hi,
I am having a nightmare with mySQL AES_DECRYPT.
I can enrypt things fine, but how do you decrypt a column? For example, I write this line:
insert into tblTest (TestColumn) VALUES (AES_ENCRYPT('tes... jd2468(3)