Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
hash
hash
Generate hash value (message digest)
Name:
hash
Category:
Hash
Programming Language:
php
One-line Description:
Generate hash value (message digest)
Related
Generate HMAC (Hash-based Message Authentication Code) Using PHP's hash() Function
8
How to Generate MD5 Hash with PHP’s hash() Function: Quick Start Example
1
Similar Functions
hash_hmac
hash_hmac
UsetheHMACmethodtoge
hash_init
hash_init
Initializetheincreme
hash_update_stream
hash_update_stream
Populatedatafromopen
hash_pbkdf2
hash_pbkdf2
GeneratethePBKDF2key
hash_final
hash_final
Endincrementhashandr
hash_copy
hash_copy
Copyhashoperationcon
hash_hkdf
hash_hkdf
GeneratetheHKDFkeyde
hash_file
hash_file
Generatehashvalues
Popular Articles
Generate HMAC (Hash-based Message Authentication Code) Using PHP's hash() Function
How to Generate MD5 Hash with PHP’s hash() Function: Quick Start Example