Validation and authentication

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Range check

A number or date is within a sensible, allowed range

2
New cards

Type check

Data is of the right type, such as integer, letter or text

3
New cards

Length check

Text entered is not too long or too short- for example a password is between 8-15 characters

4
New cards

Presence check

Checks that data has been entered

5
New cards

Format check

Checks the format of, for example, a postcode or email address is correct

6
New cards

what is the purpose of validation

to make sure the inputs can’t be exploited

7
New cards

what is input validation

checking if data meets certain criteria before passing it into the program

8
New cards

what are authentication routines used for

Used to make sure a person is who they claim to be

9
New cards

what is a common method of authentication

Password routines- once user id has been entered the program looks up the password on a stored file.

10
New cards

What is verification used for

Used to double-check that the data has been types in correctly. e.g the user may be asked to type in the data correctly.