Which cryptographic algorithm is commonly used for hashing passwords in web applications?

  • Bcrypt
  • MD5
  • SHA-1
  • SHA-256
Bcrypt is commonly used for hashing passwords in web applications due to its computational intensity and resistance to brute-force attacks. It incorporates a salt to enhance security by ensuring unique hashes even for identical passwords.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *