php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "anti-brute-force"

Are there any security risks or best practices to consider when implementing a password-protected area in PHP?

When implementing a password-protected area in PHP, it is important to consider security risks such as brute force attacks, weak passwords, and storin...

In what scenarios is using bcrypt a more secure option than md5 for password hashing in PHP?

Using bcrypt is a more secure option than md5 for password hashing in PHP because bcrypt is a slow hashing algorithm that includes a built-in salt, ma...

What best practices should be followed when implementing anti-flood measures in a PHP guestbook application to prevent issues like skipping while loops?

When implementing anti-flood measures in a PHP guestbook application to prevent issues like skipping while loops, it is important to set a time limit...

How can one troubleshoot the issue of receiving empty files when using a force-download script in PHP?

The issue of receiving empty files when using a force-download script in PHP could be due to incorrect headers being set or the file not being properl...

What are some common methods for securing a login system in PHP?

Securing a login system in PHP involves implementing measures such as password hashing, using prepared statements to prevent SQL injection attacks, an...

Showing 36 to 40 of 662 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 132 133 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.