php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MD5 hashes"

What are the limitations of using client-side JavaScript to generate MD5 hashes for password input fields in PHP?

Using client-side JavaScript to generate MD5 hashes for password input fields in PHP is not secure because the hashing process should be done on the s...

What steps should PHP forum administrators take to mitigate the risks associated with known vulnerabilities, such as the disclosure of md5-hashes of passwords?

Issue: The disclosure of md5-hashes of passwords can lead to potential security risks as md5 is a weak hashing algorithm that can be easily cracked. T...

What are the best practices for combining md5 hashes and file names for unique file identification in PHP?

When combining md5 hashes and file names for unique file identification in PHP, it is important to ensure that the resulting identifier is unique and...

How can PHP developers ensure consistent hashing results when dealing with uppercase and lowercase letters in MD5 hashes?

When dealing with uppercase and lowercase letters in MD5 hashes, PHP developers can ensure consistent hashing results by converting all input strings...

What are some potential pitfalls of using md5 hashes for file names in a PHP application?

Using md5 hashes for file names in a PHP application can lead to potential collisions, where two different files produce the same hash. To avoid this...

Showing 21 to 25 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.