User Authentication Flashcards
(8 cards)
What are the two steps of User Authentication?
Identification, Verification
What are three approaches to authentication?
What you know (password), what you have (a key), who you are (fingerprint)
Attack against Password Authentication: What is Phishing as an attack? Countermeasure to this Phishing?
Make a fake website that user puts password into. Server-side authentication so you know server is legit
Attack against Password Authentication: What is Interception as an attack? Countermeasure to this Interception?
Attacker intercepts password being written. Encrypt communication between users and websites
What are 2 measures against password brute force attacks?
Lock out after certain amount of attempts, Password policies (e,g, minimum password length)
What are 2 ways of measuring the effectiveness of a password?
Password Strength, Entropy
How is Password Strength calculated?
|Alphabet| ^ length of password
How is Entropy calculated?
n * log base 2 |a|