php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hashing algorithms"

What are some alternative hashing algorithms recommended for password security in PHP?

When storing passwords in a database, it is important to hash them securely to protect user data in case of a breach. The default hashing algorithm in...

How can the use of hashing algorithms like Whirlpool improve the security of password storage in PHP applications?

Using hashing algorithms like Whirlpool can improve the security of password storage in PHP applications by converting the password into a fixed-lengt...

How can PHP developers enhance password security by using more secure hashing algorithms like SHA256 instead of MD5?

Using more secure hashing algorithms like SHA256 instead of MD5 can enhance password security by increasing the complexity of the hashing process, mak...

What are the advantages of using modern hashing algorithms over md5 for password storage in PHP applications?

Using modern hashing algorithms such as bcrypt or Argon2 over md5 for password storage in PHP applications is crucial for security reasons. md5 is con...

Are there alternative authentication methods or APIs available in PHP applications like Yourls that do not require storing passwords in plaintext or using insecure hashing algorithms?

Storing passwords in plaintext or using insecure hashing algorithms can pose a significant security risk in PHP applications like Yourls. To address t...

Showing 16 to 20 of 2899 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.