CompTIA Exam Questions

Which of the following is the MOST reliable form of input validation?

Which of the following is the MOST reliable form of input validation?

A.
Positive validation of input data using regular expression processing

B.
Base64 encoding of input data

C.
Validating the bounds of input data using a character set

D.
HTML or URI encoding of input data and ensuring Unicode support

Explanation: