Salting the Hash

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

1/3

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.

4 Terms

1
New cards

What is a salt in hashing?

Random data added to a password before hashing to increase security.

2
New cards

Why does every user get a unique salt?

To ensure that even identical passwords generate different hashes.

3
New cards

How does salting protect against rainbow table attacks?

The added randomness makes precomputed hash tables ineffective.

4
New cards

Does salting stop brute force attacks completely?

No, but it significantly slows down the process by increasing computational effort.