search

Home  >  Q&A  >  body text

How to prevent data tampering caused by malicious intrusion when storing or reading data in the database?

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.)

独行者独行者2624 days ago1160

reply all(1)I'll reply

  • 寻觅 beyond

    寻觅 beyond2017-11-09 13:16:11

    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,

    reply
    0
  • Cancelreply