php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MD5 hashes"

What are common pitfalls when using MD5 hashes for password storage in a PHP login system?

Using MD5 hashes for password storage in a PHP login system is not secure because MD5 is considered a weak hashing algorithm that can be easily cracke...

Are there better alternatives to using external programs and MD5 hashes for script security in PHP?

Using external programs and MD5 hashes for script security in PHP can be cumbersome and not the most effective method. A better alternative is to use...

What are the potential security risks of storing passwords as MD5 hashes in a database in PHP?

Storing passwords as MD5 hashes in a database in PHP is not secure because MD5 is a weak hashing algorithm that can be easily cracked using modern com...

How can PHP developers generate and store unique strings, like MD5 hashes, for user identification in databases?

To generate and store unique strings like MD5 hashes for user identification in databases, PHP developers can use the md5() function to create a uniqu...

How can PHP be used to efficiently compare md5 hashes of file names stored in a database with actual file names in a directory?

When comparing md5 hashes of file names stored in a database with actual file names in a directory, PHP can be used to efficiently loop through the di...

Showing 11 to 15 of 630 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 125 126 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.