Just for a simple example, you can imagine the case can be more serious. Let's say, a drop down list for product category of an e-commerce website contain the real value ie. Category ID that defined by the company for their database. How can we achieve a website that contain no private data leak? Any tool or method? Thank you!
Asked
Active
Viewed 27 times
1
-
1Maybe this helps, http://stackoverflow.com/questions/396164/exposing-database-ids-security-risk – Alexander Campos Jan 12 '16 at 20:34
-
@AlexanderCampos Thanks Alex! This is exactly what I want! – Chromosome25 Jan 13 '16 at 03:06
-
Nice question, the rule (1) in this http://stackoverflow.com/questions/396164/exposing-database-ids-security-risk helps. – cctan Apr 18 '16 at 13:26