I am implementing an application in which I must insert encrypted passwords into a MySQL database. Then retrieve the decrypted password from the database using md5 encryption in ColdFusion.
How can I use md5 encryption in ColdFusion with a MySQL database?