php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "custom hash function"

Is it possible to update MD5 hashed passwords to a more secure hash without the original plaintext password?

The issue of updating MD5 hashed passwords to a more secure hash without the original plaintext password is challenging because hashing is a one-way f...

In what scenarios would it be beneficial to use a hash function to create unique identifiers in PHP instead of random numbers?

Using a hash function to create unique identifiers in PHP can be beneficial when you need to generate identifiers that are deterministic and consisten...

Are PHP arrays in PHP more similar to Hash-Maps rather than traditional arrays?

PHP arrays are more similar to Hash-Maps rather than traditional arrays because they can store key-value pairs rather than just a list of values. To w...

What is a hash value in PHP and how can it be imported into a database for password storage?

A hash value in PHP is a string of characters generated by applying a hashing algorithm to a given input data. When storing passwords in a database, i...

What are the potential pitfalls of using hash values to compare images in PHP?

Using hash values to compare images in PHP can lead to false positives due to hash collisions, where different images produce the same hash value. To...

Showing 31 to 35 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.