php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "cryptographic hashing"

How can different hashing algorithms impact the comparison of hashed passwords in PHP?

When comparing hashed passwords in PHP, it is important to ensure that both the hashing algorithm and the salt used for hashing are consistent. If dif...

What are the drawbacks of using md5() for password hashing in PHP?

Using md5() for password hashing in PHP is not secure because it is a fast hashing algorithm that can be easily cracked using modern hardware. It is v...

Why is bcrypt considered better than MD5 for password hashing in PHP?

bcrypt is considered better than MD5 for password hashing in PHP because it is a more secure algorithm that is specifically designed for securely hash...

What are the advantages of transitioning from MD5 to more secure password hashing algorithms supported by PHP, such as the password hashing API?

MD5 is considered a weak hashing algorithm for password storage because it is vulnerable to various attacks such as collision attacks and rainbow tabl...

Why is it recommended to avoid using MD5 for hashing passwords in PHP applications?

Using MD5 for hashing passwords is not recommended because it is considered a weak hashing algorithm that is vulnerable to various attacks such as col...

Showing 16 to 20 of 2226 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 445 446 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.