11,058 views
23 votes
23 votes
What is the process of adding random characters at the beginning or end of a password to generate a completely different hash called?

User KevB
by
2.7k points

1 Answer

13 votes
13 votes

Answer:

Salting

Step-by-step explanation:

Salting is an idea that is related to hashing of password which is the mapping of input data to a fixed length output data by the use of algorithms.

Salting is the addition of a distinctive value to the beginning or end of a password in order to form a different hash value from the hash value that would have been generated without the 'salt', thereby making the passwords more secure from attacks

The salt for each user is a unique value that is stored along with the username in a database

User Robb Schiller
by
3.1k points