Data sanitisation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

masking

A

hiding visible data

replaces data with something else
e.g. when a person enters a password and it is seen as dots
this protects the actual password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

input sanitisation

A

the process of checking entered data and removing dangerous inputs which could otherwise be used to cause damage to a program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

example of input sanitisation

A

someone might try to gain access to a site’s data through a website form using an SQL injection hack - where an SQL command is entered into a website form

input sanitisation could be used to remove any SQL commands from the inputted data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly