Let say i implement a database for my own website
to store all the visitors details after the registered.
To avoid those hacker to download this database to view all my visitors details , how i do ?
1) put the datase behind firewalls(this is what i read from other article) ?
if the hacker succefully download the database, how i avoid them to open the datase and read those visitor information ?
1) set password to the database ?
2) encript the databse ?
3) encript all the data using php before store
it in database ? and then in case if i want
to show the data at the website , then i
decript the data using php after retrieved
data from database ?
Or there are better way you can suggest to me ?
Thanks for answering
Mike
to store all the visitors details after the registered.
To avoid those hacker to download this database to view all my visitors details , how i do ?
1) put the datase behind firewalls(this is what i read from other article) ?
if the hacker succefully download the database, how i avoid them to open the datase and read those visitor information ?
1) set password to the database ?
2) encript the databse ?
3) encript all the data using php before store
it in database ? and then in case if i want
to show the data at the website , then i
decript the data using php after retrieved
data from database ?
Or there are better way you can suggest to me ?
Thanks for answering
Mike