TheConeHead
Programmer
I have an encrypted column. I need to make a query that has a where inwhich I need to 'where' the encrypted column.
I am trying:
this obviously is not working... how do I do this?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
I am trying:
Code:
SELECT AES_DECRYPT(uname,'key') as suname, AES_DECRYPT(pword,'key') as spword FROM table where uname = '$unameI' AND pword = '$pwordI'
this obviously is not working... how do I do this?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)