php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hashing algorithm"

How can the passhash() function be properly implemented to ensure accurate password hashing in PHP?

To properly implement the passhash() function for accurate password hashing in PHP, it is recommended to use the password_hash() function with the PAS...

How does the choice of hashing algorithm, such as Whirlpool, impact the security of password storage in a MySQL database when using PHP?

Using a strong hashing algorithm like Whirlpool can significantly improve the security of password storage in a MySQL database. Whirlpool is a cryptog...

What potential issue can arise when using the "crypt" function in PHP for hashing passwords?

One potential issue that can arise when using the "crypt" function in PHP for hashing passwords is that the default hashing algorithm used may not be...

What potential security risks are present in the provided login script due to the use of md5 for password hashing?

Using md5 for password hashing is not secure as it is a weak hashing algorithm that can be easily cracked using modern hardware. It is recommended to...

How can the use of md5 for password hashing in PHP be improved for better security?

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

Showing 21 to 25 of 2730 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 545 546 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.