php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SHA 256 HEX"

What common mistakes are made when creating password authentication in PHP scripts?

One common mistake is storing passwords in plain text in the database, which is a major security risk. To improve security, passwords should be hashed...

What are the differences between generating a sha512 hash in Lua compared to PHP, and how can they be reconciled?

The main difference between generating a sha512 hash in Lua and PHP is the way they handle input data. Lua's built-in SHA-2 hashing functions do not s...

How does the choice of hashing algorithm, such as Whirlpool, impact the security of password storage in a MySQL database when using PHP?

Using a strong hashing algorithm like Whirlpool can significantly improve the security of password storage in a MySQL database. Whirlpool is a cryptog...

What are some common methods for encrypting strings in PHP?

Encrypting strings in PHP is a common practice to secure sensitive information such as passwords, credit card numbers, and personal data. One common m...

Showing 171 to 174 of 174 results

‹ 1 2 ... 26 27 28 29 30 31 32 33 34 35 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.