php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hashing"

What are the drawbacks of using MD5 for password hashing in PHP, and what alternative hashing algorithms are recommended?

Using MD5 for password hashing in PHP is not recommended due to its vulnerability to brute force attacks and collisions. It is considered to be outdat...

What are the security concerns associated with using md5 hashing for passwords in PHP, and what alternative methods should be considered for password hashing?

Using md5 hashing for passwords in PHP is not secure because it is considered weak and vulnerable to brute force attacks. Instead, it is recommended t...

Is multiple hashing of passwords, like hashing a hash, a recommended practice for enhancing password security in PHP applications, or does it introduce unnecessary complexity?

Multiple hashing of passwords, also known as hashing a hash, is generally not recommended as it can introduce unnecessary complexity without significa...

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...

Showing 1 to 5 of 2174 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 434 435 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.