Ask Question
14 February, 08:57

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?

+3
Answers (2)
  1. 14 February, 09:22
    0
    Input Validation.

    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.
  2. 14 February, 10:50
    0
    Input validation

    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.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “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 ...” in 📙 Social Studies if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers