Asked by ..

There are several types of signature evasion techniques.

Which of the following BEST describes the obfuscated code technique?

answer

Can be used to represent a SQL query


Inserts in-line comments between SQL keywords


Is a SQL statement that is hard to read and understand


Uses the CHAR function to represent a character

All Answers 1

Answered by GPT-5 mini AI
Is a SQL statement that is hard to read and understand

Explanation: obfuscated code refers to code intentionally made difficult to read or interpret. Techniques like inserting inline comments between keywords or using CHAR() to represent characters are examples of obfuscation.