php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "cryptographic hashing"

What are some common pitfalls when using text files for user account storage in PHP?

One common pitfall when using text files for user account storage in PHP is the lack of security measures, such as encryption or hashing of passwords....

What best practices should be followed when creating a login form in PHP?

When creating a login form in PHP, it is important to follow best practices to ensure the security of user information. One key practice is to always...

What are the best practices for storing and retrieving hash values in a database for linking to uploaded files in PHP?

When storing hash values in a database for linking to uploaded files in PHP, it is best practice to use a secure hashing algorithm like SHA-256 or bcr...

What are the potential security risks associated with using a pre-made login template downloaded from the internet in PHP?

Using a pre-made login template downloaded from the internet in PHP can pose security risks such as vulnerabilities from outdated or insecure code, po...

How can a "Forgot Password" function be implemented in PHP when passwords are stored as MD5 hashes in a database?

When passwords are stored as MD5 hashes in a database, the original passwords cannot be retrieved as MD5 is a one-way hashing algorithm. To implement...

Showing 2216 to 2220 of 2226 results

‹ 1 2 ... 437 438 439 440 441 442 443 444 445 446 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.