Computer Security - Authentication

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Identification

the act of asserting who a person is

2
New cards

Authentication

the act of proving an asserted identity

3
New cards

Something you know

passwords, PINs, secret handshake, mother’s maiden name - should be something no one else can independently learn

4
New cards

Something you are

physical characteristics of the user - biometrics - fingerprint, voice patterns, face

5
New cards

Something you have

ID badge, key, drivers license, uniform

6
New cards

Entropy

a measure of the uncertainty or randomness of a system

7
New cards

use (passwords)

supplying the password for each access can be an inconvenience and time consuming

8
New cards

disclosure (passwords)

Cannot force someone to un-remember it once its been seen

9
New cards

Revocation (Passwords)

cannot take back access after sharing a password

10
New cards

Loss (passwords)

might lose access to the things it protects

11
New cards

hashing

checking if a password is correct without storing it in its original form

12
New cards

rainbow table

precomputed databases of hash values used to crack stolen password hashes by finding a match for a hash in the table instead of generating and hashing every possible password

13
New cards

salted hashes

each user has their own specific key that gets added to the beginning of their password

14
New cards

biometrics

biological properties based on physical characteristics of the human body

15
New cards

false positive

system accepts person B as person A

16
New cards

false negative

system rejects person A as person A

17
New cards

tokens

reduces a digital security problem to a physical security problem, easy for non-tech users to understand, but can be skimmed or lost

18
New cards

multi-factor authentication

combine evidence from two or more categories in order to authenticate - usually something you know + have