Can anyone share best practices for implementing salting in hash functions?

385 viewscircle icon2 Comments
Sort by:
Chief Evangelist in IT Services2 years ago

Is this for password storage? Most organization I've worked with simply adopt a modern hashing algorithm such as outlined here that automatically salts the passwords.

https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#password-hashing-algorithms

Chief Information Security Officer in Healthcare and Biotech2 years ago

Adding few steps for your support -  

1. Create an unrepeated salts for each and every applications or services.
2. Combine the salt with a strong alphanumeric password
3. Always have strong and long hash algo
4. Implement multiple iterations
5. Enforced to update the salt and hash after a periodic internal (have the internal as short as possible )
6. Secure store of salt and Hash.

Content you might like

Yes87%

No12%

0-111%

2-565%

6-1015%

11 or more7%

View Results