PDA

View Full Version : Encyption


mmdeziner
9-28-04, 07:09 PM
Hi!

I am a non-technical person, so please bear with me.

My site uses MySQL and PHP. I need to encrypt data that's being written to database and need to DeCrypt when data is being retrieved from database.

Is this taken care of in MySQL or needs PHP scripting. Would greatly appreciate if someone can walk me through the process or give me pointers.

Thanks.
-deziner

Pig
9-28-04, 07:12 PM
You have to make the changes in the php code. The encryption can happen from PHP or MySQL, but either way the commands occur within the PHP code. If you are not a technical person, hunting through an applications code to make these kind of changes will prove daunting if not impossible.