Welcome Guest, Not a member yet? Register   Sign In
securing mySQL table data
#1

In my app I have a bunch of tables (maybe 30). One of the tables holds important info that includes the email addresses of employees. I'd like to secure this table. Should I be relying on a mySQL feature or should I be encrypting email addresses with CI before saving them to the mySQL table?
proof that an old dog can learn new tricks
Reply
#2

You can use MySQL owner rights to only allow yourself to access it for certain things

Like you said you could also encrypt the data.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(This post was last modified: 01-11-2021, 04:24 AM by richb201.)

Thanks. I will check out owner rights. I guess encrypting the data would be best but will make it really hard to debug   Wink
proof that an old dog can learn new tricks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB