php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "custom hash function"

What are the potential security risks of using a custom hash function in PHP, as opposed to established methods like bcrypt?

Using a custom hash function in PHP instead of established methods like bcrypt can pose security risks, as custom functions may not have undergone rig...

How can we ensure that different passwords generate unique hash values when using the hash() function in PHP?

When using the hash() function in PHP to generate hash values for passwords, we can ensure that different passwords generate unique hash values by usi...

What is a HASH function and how does it work in PHP?

A HASH function is a mathematical algorithm that takes an input (or 'message') and returns a fixed-size string of bytes. In PHP, the `hash()` function...

What are the potential security risks of using the haval256,5 cryptographic hash function in PHP?

One potential security risk of using the haval256,5 cryptographic hash function in PHP is its vulnerability to collision attacks, where two different...

What are the potential pitfalls of comparing a password hash with a newly generated hash in PHP?

Comparing a password hash with a newly generated hash in PHP can be problematic because each time a hash is generated, even for the same password, the...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.