php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "secure hashing function"

Why is it recommended to use a secure hashing function for passwords instead of SHA1 in PHP?

It is recommended to use a secure hashing function for passwords instead of SHA1 in PHP because SHA1 is no longer considered secure for storing passwo...

How can hashing be used to create secure activation codes in PHP?

To create secure activation codes in PHP using hashing, you can generate a unique code, hash it using a secure hashing algorithm like SHA-256, and the...

What is the recommended function for hashing passwords in PHP according to PHP.net?

When storing passwords in a database, it is crucial to hash them securely to protect user data in case of a breach. PHP provides the password_hash() f...

What are the potential risks of using the md5 function for password hashing in PHP?

Using the md5 function for password hashing in PHP is not recommended due to its vulnerability to hash collisions and the availability of more secure...

What are some recommended resources or tutorials for beginners to learn about secure password hashing in PHP?

Secure password hashing in PHP is essential for protecting user passwords from being easily compromised. One recommended way to securely hash password...

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.