I
Misuse may be in the form of a brute force attack on the program.
Many programs and systems only allow a user to enter a
password three or four times before it locks out the system. Anticipating misuse
The program should be able to identify when a user keeps inputting the same data.
a check made by a computer to ensure that the data entered is sensible or reasonable.
cannot check that it is correct because a user may lie or make a mistake. again
attempts to ensure that it is within certain limits or rules.
the last 1 or 2 digits in a code are used
bar code readers in supermarkets check digit
to check if the other digits are correct
NI number in the format LL 99 99
Misuse may be in the form of a brute force attack on the program.
Many programs and systems only allow a user to enter a
password three or four times before it locks out the system. Anticipating misuse
The program should be able to identify when a user keeps inputting the same data.
a check made by a computer to ensure that the data entered is sensible or reasonable.
cannot check that it is correct because a user may lie or make a mistake. again
attempts to ensure that it is within certain limits or rules.
the last 1 or 2 digits in a code are used
bar code readers in supermarkets check digit
to check if the other digits are correct
NI number in the format LL 99 99