What's the best way to store sensative data in MySQL?
Posted
by embedded
on Stack Overflow
See other posts from Stack Overflow
or by embedded
Published on 2010-05-09T13:07:13Z
Indexed on
2010/05/09
13:18 UTC
Read the original article
Hit count: 95
I'm managing the MySQL database from PHP scripts. the communication between server and client is secured via SSL. I store user account data which is sensitive.
Is there a way to encrypt this data when entered into the DB? What is the best way to protect this sensitive data?
Thanks
© Stack Overflow or respective owner