ImplementationQuestion 46 of 100

Adding a unique random value to each password before hashing to defeat precomputed attacks is called:

a.Peppering
b.Stretching
c.Encoding
d.Salting

Explanation

Salting prepends or appends a unique random value to each password before hashing. This ensures identical passwords produce different hashes and defeats rainbow tables. Each salt must be unique and stored alongside the hash.

Practice all 100 questions free — no signup required.

Related questions on this topic

Last reviewed: · editorial process

PrepPass Editorial Team · Verified against CompTIA Security+ (SY0-701) · How we review
Report