Discover the answers to your questions at Westonci.ca, where experts share their knowledge and insights with you. Connect with a community of experts ready to provide precise solutions to your questions on our user-friendly Q&A platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

What is the process of adding random characters at the beginning or end of a password to generate a completely different hash called?

Sagot :

Answer:

Salting

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