php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "salt"

What is the potential security risk of using a double salted bcrypt hash in PHP?

Using a double salted bcrypt hash in PHP can potentially weaken the security of the hash. This is because bcrypt already includes a built-in salt, and...

What are some recommended approaches for securely storing passwords as SSHA in a MySQL database using PHP?

Storing passwords securely in a MySQL database using SSHA (Salted SHA-1) involves generating a random salt for each password, hashing the password wit...

What considerations should be made when using crypt() in PHP for password encryption?

When using crypt() in PHP for password encryption, it is important to use a strong hashing algorithm and a unique salt for each password to enhance se...

Is using password_hash() function the recommended method for hashing passwords in PHP, or is using other methods like SHA512 still acceptable?

Using the password_hash() function is the recommended method for hashing passwords in PHP as it automatically generates a secure salt and uses a stron...

Können bei der Verwendung von password_hash Zeichen entstehen, die SQL-Befehle beeinträchtigen könnten?

Ja, wenn bei der Verwendung von password_hash nicht der richtige Algorithmus und Salt verwendet wird, können Zeichen entstehen, die SQL-Befehle beeint...

Showing 36 to 40 of 233 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 46 47 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.