php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hashing algorithms"

Are there alternative encryption algorithms to md5() and sha1() that are recommended for password security in PHP?

Using md5() and sha1() for password hashing in PHP is not recommended for security reasons as they are considered weak and vulnerable to attacks. Inst...

What are the potential issues with using MD5 for password hashing in PHP?

Using MD5 for password hashing in PHP is not secure because it is considered a weak hashing algorithm that can be easily cracked using modern computin...

What potential security vulnerability is present in the use of md5 for hashing passwords in the PHP code provided?

Using MD5 for hashing passwords in PHP is not secure because MD5 is considered a weak hashing algorithm that can be easily cracked using modern comput...

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

Using MD5 hashing for passwords in PHP is not secure because MD5 is considered to be a weak hashing algorithm that can be easily cracked using modern...

How can the use of md5() for password hashing be improved to enhance security in PHP applications?

Using md5() for password hashing is not secure as it is a fast hashing algorithm that can be easily cracked using modern hardware. To enhance security...

Showing 51 to 55 of 2899 results

‹ 1 2 ... 8 9 10 11 12 13 14 ... 579 580 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.