As a user authentication source, a password token phone app is something a user ______ -
Answers has
Watching someone enter a code like at an ATM is called __________ - Answers shoulder surfing
Putting a random string in front of a password prior to hashing it is called ___________ the
password. - Answers salting
As a user authentication source, a thumbprint is something a user _________ - Answers is
Trying every single possible password combination is a ______________ attack - Answers brute
force
Authentication methods that rely on the physical characteristics of a user are called ___________
- Answers biometrics
Digging thru the trash looking for passwords and other confidential information is called
_______________ - Answers dumpster diving
________________ was an early 90s hacker collective and one of the first hackerspaces - Answers
L0pht Heavy Industries
A _______ scan uses the pattern of blood vessels in the eye and requires that the scan be done
at close range - Answers retina
The older password hash that was heavily compromised by Microsoft was the _________. It was
compromised by uppercasing, truncation, splitting and static code use. - Answers LM hash
Using a list of words to guess a password is called a ____ - Answers dictionary attack
Closely following someone into a restricted access area is called _____________ - Answers
piggybacking
The current hash method for computers is the _____________ hash, which is 32 bytes long. -
Answers NTLM hash
An __________ scan uses ultraviolet light for eye authentication and is clone-proof. - Answers iris
_____________ is the act of verifying a claimed identity, like using a PIN or password. - Answers
User authentication
____________ authentication is when you use a combination of authentication methods, like your
ATM card and your PIN. - Answers Multifactor
The _______ is all the possible combinations for a password given any constraints - Answers key
space