MySQL Forums
Forum List  »  PHP

using encryption
Posted by: Sys Administrat
Date: March 15, 2022 10:15AM

Hello,
I'm going to be using a custom encryption function for encrypting and decrypting data in a mySql database. We will be encrypting all fields in the database.

Currently: No encryption
approximately 500 queries across 50 php files

Future: run a one time script to encrypt all data.

My question is on how to effectively use select and insert queries to encrypt and decrypt data on the fly without having to specify the encryption function for each and every field.

Options: ReplyQuote


Subject
Written By
Posted
using encryption
March 15, 2022 10:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.