Forum Moderators: open
I have completed a simple form using mysql as a backup.
The form asks for a persons general information, name, title, address, phone number.
The username password is MD5.
My boss would like me to encrypt all the data saved, address, phone number and what not.
This information is also viewable in the admin control panel of my site so it must be decrypted for display...
Any help on how to do this?
Have you considered the MySQL build in Encryption and Compression Functions [dev.mysql.com]?