The technique of _________ effectively limits SQL injection by stripping out SQL commands from user inputs.

  • Code Obfuscation
  • Data Encryption
  • Input Sanitization
  • Output Validation
Input Sanitization is a security technique that involves cleansing user inputs to remove potentially harmful content, such as SQL commands. This helps prevent SQL injection attacks by ensuring that only valid and safe data is processed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *