I want to encrypt a field in SQL Server 2005 using a key and then decrypt that value after transferring the data to a MySQL database. It doesn't have to be bulletproof but I'd rather not have the values in plain text. Does anyone know which two way encryption functions can be shared between that databases?

    Write a Reply...