I have stored encrypted values (like people names) on two columns: id, names
These plain text name values were encrypted using MCRYPT_RIJNDAEL_128 (AES-compliant) and MCRYPT_MODE_CBC then they were INSERTED one by one into a mySQl table named myTable.
If I encrypt "Bob" two, or three times or more, the encrypted string will always become different.
But now that I have +5000 rows; how do I find (SELECT) "Bob" on this table ?