php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "secure hashing"

How can hashing be used to create secure activation codes in PHP?

To create secure activation codes in PHP using hashing, you can generate a unique code, hash it using a secure hashing algorithm like SHA-256, and the...

What are the key considerations for implementing secure password hashing in PHP applications to prevent security vulnerabilities?

To prevent security vulnerabilities in PHP applications, it is crucial to implement secure password hashing techniques. This involves using strong has...

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...

Why is it recommended to use a secure hashing function for passwords instead of SHA1 in PHP?

It is recommended to use a secure hashing function for passwords instead of SHA1 in PHP because SHA1 is no longer considered secure for storing passwo...

Is it advisable to use multiple hashing algorithms like MD5 and bcrypt in succession for password hashing in PHP, or is it better to stick to one secure algorithm like bcrypt?

It is generally not advisable to use multiple hashing algorithms in succession for password hashing in PHP. It is better to stick to a single secure a...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.