Quiz
Test your understanding of authentication data stores.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Why should a password be longer than 10 characters?
A.
Because applications don’t allow for fewer characters.
B.
If a hacker has obtained the hash of your password, they can potentially find out the original password by brute force in less than two days if it has 10 or fewer characters.
C.
Applications don’t save passwords with fewer characters in the hash.
D.
Passwords with fewer characters are not authentication protected.
1 / 5
...