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_hmac_algos
hash_hmac_algos
Returnsalistofregist
hash_update
hash_update
Populatedataintoacti
hash_final
hash_final
Endincrementhashandr
hash_update_file
hash_update_file
Populatedatafromfile
hash_equals
hash_equals
Stringcomparisonthat
hash_pbkdf2
hash_pbkdf2
GeneratethePBKDF2key
hash_hmac_file
hash_hmac_file
Generateahashvaluewi
Popular Articles
How to Generate MD5 Hash with PHP’s hash() Function: Quick Start Example
Generate HMAC (Hash-based Message Authentication Code) Using PHP's hash() Function