Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 38)
Which of the following checks could be used on a password?
Check that the password meets a minimum length.
Check that the password contains a special character.
Check that the password contains a number.
Check that the password is a known password.
Explanation
These are all checks that would make a secure password.
Comments (0)
