I am doing this for a client. He has access to the database through his control panel of his web host. I want it to be encrypted so he can't read the data. It's not that I don't want him to see it, but that there is data which clients might not want him to see. I also have access to the database, and they might not want me to see it either. So, basically, when you go to PHPadmin, it should be encrypted. Does that make sense?
Also, if anyone was to hack into the database somehow, I don't want them to be able to read the data. Thanks, Sharon On Dec 18, 2:04 pm, robustsolution <[email protected]> wrote: > of course you are talking about two-way encryption not hashing (one > way). > > by the way what do you mean by the database owner? > > either the guy have a full access to the database or a custom access. > > if you are the one who has full access, give him a mysql account with > custom access to all tables except the tables that have sensitive > info. > > otherwise an alternative solution should be required here. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
