php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "cryptographic hash"

What is SHA 256 HEX Encoding and how is it used in PHP?

SHA 256 HEX Encoding is a cryptographic hash function that generates a fixed-size hash value from input data. In PHP, we can use the `hash()` function...

Welche Hash-Funktionen sind in PHP verfügbar und welche sind am sichersten?

Es gibt mehrere Hash-Funktionen in PHP, darunter MD5, SHA-1, SHA-256, und bcrypt. Die sicherste Hash-Funktion für Passwörter ist bcrypt, da sie eine a...

What are the potential pitfalls of using hash values to compare images in PHP?

Using hash values to compare images in PHP can lead to false positives due to hash collisions, where different images produce the same hash value. To...

What is a HASH function and how does it work in PHP?

A HASH function is a mathematical algorithm that takes an input (or 'message') and returns a fixed-size string of bytes. In PHP, the `hash()` function...

What are the best practices for handling cryptographic functions like mcrypt_module_open in PHP scripts to ensure cross-server compatibility and prevent fatal errors?

When using cryptographic functions like mcrypt_module_open in PHP scripts, it's important to ensure cross-server compatibility and prevent fatal error...

Showing 11 to 15 of 1009 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 201 202 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.