73. Increasing Hash Security

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

1/8

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.

9 Terms

1
New cards

Pass the Hash Attack

Hacking technique that allows the attacker to authenticate to a remote server or service by using the underlying hash of user’s password instead of requiring the associated plaintext password

2
New cards

Birthday Attack

Occurs when an attacker is able to send tw odifferent messages through a hash algorithm and it results in the same identical hash digest, referred to as a collision

3
New cards

Mimikatz

Provides the ability to automate the process of harvesting the hashes and conducting the pass the hash attack

4
New cards

Key Stretching

Technique that is used to mitigate a weaker key by increasing the time needed to crack it

5
New cards

Salting

Adding random data into a one-way cryptographic hash to help protect against password cracking techniques

6
New cards

Dicitonary Attack

When an attacker tries every word from a predefined list

7
New cards

Brute-force Attack

When an attacker tries every possible password combination

8
New cards

Rainbow Tables

Precomputed tables for reversing cryptographic hash functions

9
New cards

Nonce

Stands for “number used once”, is a unique, often random number that is added to password-based authentication process