protect database data

cpopham

Member
Joined
Jun 3, 2004
Messages
20
Programming Experience
1-3
I am hoping someone here will give me some ideas. I am developing and system which will use a mysql database. The asp.net application will be hosted by a web hosting company which has mysql support. I will have several users of this application. Due to the fact that the company hosting the website is suppoting mysql, they will have admin that will more than likely be able to access all of the data stored in the database. I want some ideas as to how to secure this data from the db admin or anyone from the hosting company and at the same time allow my users to get the data they need. I am thinking some type of encryption, but how would I implement this and still keep with the web browser interface? I am just trying to get some ideas as to what I should do?

Thanks, Chester
 
Back
Top