Hi
I have developed a solution in VS2010 where data is stored in MySQL database on a Win 2008 server. I have imported some data from Excel sheet to one of the table using SQL query and some fields are encrypted using the same encryption key used in asp.net application (Eg. Aes_Ecrypt(fieldname,'abcdefg')). But when I open the web page, encrypted fields are blank and vice versa. i.e., encrypted field added from web page cannot be viewed with a mysql query.
Could anyone help on this, please
Thanks
JP