php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "encrypted databases"

How can PHP developers handle search functionality in encrypted databases, especially when using LIKE '%$searchstring%' queries?

When dealing with encrypted databases and using LIKE '%$searchstring%' queries, PHP developers can decrypt the data before performing the search and t...

What are potential security risks associated with encrypted PHP code?

Potential security risks associated with encrypted PHP code include the inability to easily identify and fix vulnerabilities, as well as the possibili...

How can a password query be performed when passwords are encrypted with MD5 in MySQL?

To perform a password query when passwords are encrypted with MD5 in MySQL, you can use the MD5 function in MySQL to encrypt the input password before...

How can the length of a database field impact the storage and comparison of encrypted passwords in PHP?

When storing encrypted passwords in a database, the length of the database field should be long enough to accommodate the encrypted password. If the f...

How can PHP developers ensure that passwords are securely encrypted and stored in databases?

To securely encrypt and store passwords in databases, PHP developers can use the password_hash() function to securely hash passwords before storing th...

Showing 1 to 5 of 5001 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1000 1001 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.