Authentication Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Flashcards about Authentication

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Authentication

A scenario where a party presents a principal’s identity and claims to be that principal.

2
New cards

Claimant

The party presenting a principal’s identity and claiming to be that principal.

3
New cards

Verifier

The party gaining confidence that the claim is legitimate.

4
New cards

Entity authentication

An identity presented by a remote party participating in a communication connection or a session.

5
New cards

Data origin authentication

An identity that is processed along with a data item, claiming that the data originated from the principal identified.

6
New cards

Identification

Claiming an identity.

7
New cards

Verification

The mechanism of verifying that identification or letting the system validate the claimed identity.

8
New cards

Something you know

Information that you store it in your memory and can retrieve it when needed; e.g., passwords, PINs, secret codes.

9
New cards

Something you are

Information that is in you—a characteristic that only you and no one else has; e.g., behavioral traits like signature, voice; physical traits like thumbprint, face.

10
New cards

Something you have

Information that you can physically carry with you; e.g., MyKad, Passport, smartcards, keys.

11
New cards

Something you do

An action you must take to complete authentication.

12
New cards

Somewhere you are

Related to location; e.g., detecting a user’s location via Internet Protocol (IP) addresses, or Media Access Control (MAC) addresses.

13
New cards

Social Engineering

Attacks on passwords that involve revealing passwords through social engineering attacks, including phishing, shoulder surfing, and dumpster diving.

14
New cards

Hash Algorithm

A one-way function that creates a unique digital fingerprint of the password.

15
New cards

Brute Force Attack

An exhaustive attack on a password authentication system by trying out all possible combinations of passwords.

16
New cards

Dictionary Attack

An attack that begins with the attacker creating digests of common dictionary words as candidates and then comparing them against those in a stolen digest file.

17
New cards

Salt

A unique random code added to a password to make it unique.

18
New cards

Biometrics

Biological properties based on some physical characteristic of the human body.

19
New cards

False positive

Incorrectly confirming an identity.

20
New cards

False negative

Incorrectly denying an identity.

21
New cards

What You Have

Authenticating a user by having a specific item in their possession.

22
New cards

Multifactor authentication

Using more than one type of authentication credential.

23
New cards

Memory Cards

Cards that can store but do not process data, often with a magnetic stripe.

24
New cards

Smart Tokens

Tokens that include an embedded microprocessor.

25
New cards

Smart Card

A card containing an integrated circuit chip that can hold information.

26
New cards

TOTP

A time-based one-time password that changes after a set time period.

27
New cards

Something You Do

A type of authentication which proves identities by observing actions, also known as Behavioral / Cognitive Biometrics.

28
New cards

Picture Gesture Authentication (PGA)

Authenticating users using gestures and touches on a picture.

29
New cards

Keystroke Dynamics

Recognizing a user’s unique typing rhythm.

30
New cards

Voice Recognition

Authenticating users based on the unique characteristics of a person’s voice.

31
New cards

Somewhere You Are

Authentication based on where the user is located, known as geolocation.

32
New cards

Federated Identity Management

A union of separate identification and authentication systems.

33
New cards

Single Sign-On (SSO)

Lets a user log on once per session but access many different applications/systems.

34
New cards

Multifactor Authentication

Combining authentication information from multiple factors.