validation and authentication Flashcards
1
Q
what is authentication
A
techniques that are used to confirm the identity of a user before they’re allowed to access certain pieces of data or features of the program.
2
Q
what is a common way that organisations validate their users
A
passwords
3
Q
what is input validation
A
checking if data meets a certain criteria before passing it on to the main program
4
Q
what are the 5 types of common input validation checks?
A
range check, presence check, format check, look-up table, length check
5
Q
A