easy
Single Answer
0

What name is given to the random value added to a password in an attempt to defeat rainbow table attacks?

Answer Options

A

Hash

B

Salt

C

Extender

D

Rebar

Correct Answer: B

Explanation

The salt is a random value added to a password before it is hashed by the operating system. The salt is then stored in a password file with the hashed password. This increases the complexity of cryptanalytic attacks by negating the usefulness of attacks that use precomputed hash values, such as rainbow tables.