How to prevent data tampering caused by malicious intrusion when storing or reading data in the database?
独行者
独行者 2017-11-07 17:28:37
0
1
1067

As the question goes, when the program saves, modifies or reads a certain piece of data into the database, how to prevent the program from being tampered with by malicious intrusion into the data? (For example, the original program wanted to add 10 to a user's experience value, but after being maliciously tampered with, the user's experience value increased by 100 or decreased by 100, etc.)

独行者
独行者

reply all(1)
寻觅 beyond

Your question covers a wide range. During the interaction between the program and the database, the data may be intercepted and tampered with during transmission. It is also important whether the transmission protocol used is safe.

Also, you can go to Baidu for SQL injection;

You can assign different permissions to different users,

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!