What is hash salting and why is it important?

devquora
devquora

Posted On: Feb 22, 2020

 

Hash salting is a way to generate a unique value that can be added towards the end of the password so that a different hash value is created. Another layer of security is added due to this to resist the brute force attacks. When salting is done, the added value is called as 'salt'.

Its importance is that it can defend the passwords against heavy brute force attacks done to decode the passwords.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions