HTML Entity Encoding
From OWASP
This is a countermeasure. To view all countermeasures, please see the Countermeasure Category page.
HTML entity encoding is the process of replacing ASCII characters with their 'HTML Entity' equivalents. For example, you would replace the "<" character with "<"
Using HTML entity encoding is useful because HTML entities are 'inert' in most interpreters, especially browsers. This means that even if an attacker tricks your application into sending malicious code to another user's browser, the attack won't execute.
This template will categorize articles that include it into the Category:Stub category.

