php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "crypt function"

How does the PHP crypt function enhance password security compared to other hashing algorithms?

The PHP crypt function enhances password security compared to other hashing algorithms by allowing for the use of different hashing algorithms and sal...

How can a clear and unique salt be defined for the crypt function in PHP?

To define a clear and unique salt for the crypt function in PHP, you can generate a random string using a secure method like random_bytes() or openssl...

What considerations should be taken into account when using the crypt function in PHP for hashing passwords from /etc/shadow?

When using the crypt function in PHP to hash passwords from /etc/shadow, it is important to ensure that the hashing algorithm used by crypt matches th...

What is the significance of the salt parameter in the PHP crypt function?

The salt parameter in the PHP crypt function is used to add an extra layer of security by creating a unique hash for each password. This helps prevent...

How does the PHP function crypt() work and what parameters does it require?

The PHP function crypt() is used for one-way encryption of data, typically passwords. It takes two parameters: the string to be encrypted and a salt v...

Showing 11 to 15 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.