php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "password generation"

What are potential pitfalls to avoid when using PHP/PDF classes for document generation?

One potential pitfall to avoid when using PHP/PDF classes for document generation is not properly handling errors or exceptions that may occur during...

How can one ensure that password verification functions correctly in PHP?

To ensure that password verification functions correctly in PHP, you should use the password_verify() function to compare the input password with the...

Why is it recommended to use MD5() or SHA2() instead of the PASSWORD() function in MySQL for password encryption in applications?

The PASSWORD() function in MySQL is not considered secure for password encryption as it uses a weak hashing algorithm. It is recommended to use MD5()...

In PHP, what are the recommended methods for comparing a user-entered password with the hashed password stored in the database using password_verify()?

When comparing a user-entered password with the hashed password stored in the database, it is recommended to use the password_verify() function in PHP...

What are the advantages of generating a new password with a link in an email instead of decrypting the existing password?

When a user forgets their password, it is more secure to generate a new password and send it to them via a secure link in an email rather than decrypt...

Showing 31 to 35 of 4423 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 884 885 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.