I’m a newbie programmer, and got a project in which I need to encrypt a data using a mysql command. Though, the given problem is this, we need to pass the encrypted data (from mysql) to a querystring ?view=encrypted_data and now here is the tricky part, we need to decrypt it using mysql also. Is it possible? or is their any possibility that you can help me out.
Thanks in advance!
Take a look at the MySQL Encryption and Compression Functions. That’s as much as I can give you short of giving you an answer… Take a look at
ENCODEandDECODEfunctions, specifically.