php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "collision"

In what scenarios would it be necessary or beneficial to find two values with the same MD5 hash in PHP?

In some scenarios, it may be necessary or beneficial to find two values with the same MD5 hash in PHP for testing purposes, such as checking the colli...

What are the potential pitfalls of using MD5 for encryption in PHP, and why is it considered too long for certain applications?

Using MD5 for encryption in PHP is not secure because it is considered cryptographically broken and vulnerable to collision attacks. It is also too lo...

What is the purpose of hashing with MD5 in PHP and what are its limitations?

When hashing with MD5 in PHP, the purpose is to securely store sensitive data such as passwords by converting the data into a fixed-length hash value....

Why is it recommended to use more secure hashing algorithms like sha1 or sha256 instead of md5 in PHP for password storage?

Using more secure hashing algorithms like SHA1 or SHA256 instead of MD5 for password storage is recommended because MD5 is no longer considered secure...

What potential security risks are associated with generating hash values for file uploads in PHP and how can they be mitigated?

When generating hash values for file uploads in PHP, a potential security risk is that an attacker could manipulate the file data to generate a hash c...

Showing 66 to 70 of 74 results

‹ 1 2 ... 6 7 8 9 10 11 12 13 14 15 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.