FlashcardIntermediate
Input Validation vs Output Encoding
Input validation checks data on the way in, while output encoding safely renders data on the way out.
Question
What is the difference between input validation and output encoding?
Click to reveal answer