35.0k views
5 votes
Bob is developing a software application and has a field where users may enter a date. He wants to ensure that the values provided by the users are accurate dates to prevent security issues. What technique should Bob use?

User CorreyS
by
5.2k points

2 Answers

3 votes

Answer:

Input validation

Step-by-step explanation:

Input validation, also recognized as data validation, is the correct checking of any user or device supplied data.

Input validation prohibits information from reaching an information system incorrectly created. Since it is hard to detect an unauthorized user attempting to attack apps, all data entered into a system should be reviewed and validated by applications.

User Franny
by
4.7k points
5 votes

Answer:

Input Validation.

Step-by-step explanation:

Also known as Data validation, this technique checks all data that users or third parties submit to the system and prevents the entrance of badly formatted data. A data dictionary can be used to validate all incoming data or application programs specifically designed for that role.

If information is not properly validated, it can become a security breach, that can lead to injection attacks and compromised systems.

User Leigh Riffel
by
5.5k points