php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hashing passwords"

What are the potential security risks of using md5 for hashing passwords in PHP?

Using md5 for hashing passwords in PHP is not recommended due to its vulnerability to collision attacks, where two different inputs can produce the sa...

What are the potential security risks associated with using MD5 for hashing passwords in PHP?

Using MD5 for hashing passwords in PHP is not recommended due to its vulnerability to collision attacks, where two different inputs can produce the sa...

How can hashing passwords on both sides improve security in PHP?

Storing hashed passwords on the server side is a common practice to enhance security by preventing plaintext passwords from being exposed in case of a...

What potential security risks are associated with storing passwords in a database without hashing?

Storing passwords in a database without hashing leaves them vulnerable to security breaches. If the database is compromised, all passwords can be easi...

What are the potential security risks of storing passwords directly in PHP files without encryption or hashing?

Storing passwords directly in PHP files without encryption or hashing poses a significant security risk as it exposes the passwords in plaintext, maki...

Showing 16 to 20 of 3581 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 716 717 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.