php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "password"

How can PHP developers balance between password complexity and user-friendliness in their applications?

PHP developers can balance between password complexity and user-friendliness by implementing password strength requirements without sacrificing usabil...

How can PHP be used to create zip files with password protection?

To create zip files with password protection using PHP, you can use the ZipArchive class to create the zip file and then set a password for it using t...

What are the advantages of transitioning from MD5 to more secure password hashing algorithms supported by PHP, such as the password hashing API?

MD5 is considered a weak hashing algorithm for password storage because it is vulnerable to various attacks such as collision attacks and rainbow tabl...

How can the mix of collations error be resolved when using the PASSWORD() function in MySQL for password encryption?

When using the PASSWORD() function in MySQL for password encryption, a mix of collations error can occur if the collation of the column and the collat...

How does using the md5() function in PHP for password encryption compare to using the PASSWORD() function in MySQL?

Using the md5() function in PHP for password encryption is not recommended as it is considered insecure due to its vulnerability to brute force attack...

Showing 46 to 50 of 2980 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 595 596 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.