Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
hash_equals
hash_equals
String comparison that prevents timing attacks
Name:
hash_equals
Category:
Hash
Programming Language:
php
One-line Description:
String comparison that prevents timing attacks
Related
Why Can’t PHP Use “==” Instead of the hash_equals Function? What’s the Reason Behind It?
6
Common Mistakes in Using the hash_equals Function for Password Comparison and How to Fix Them
5
How to Avoid Memory Leaks When Using the hash_equals Function in PHP
5
Use the hash_equals function for secure user authentication
5
How to avoid potential time attack vulnerabilities when using hash_equals
10
The difference and advantages of PHP hash_equals function and strcmp
5
Similar Functions
hash_final
hash_final
Endincrementhashandr
hash_copy
hash_copy
Copyhashoperationcon
hash_update_file
hash_update_file
Populatedatafromfile
hash
hash
Generatehashvalue(me
hash_pbkdf2
hash_pbkdf2
GeneratethePBKDF2key
hash_hmac_algos
hash_hmac_algos
Returnsalistofregist
hash_equals
hash_equals
Stringcomparisonthat
hash_update_stream
hash_update_stream
Populatedatafromopen
Popular Articles
How to avoid potential time attack vulnerabilities when using hash_equals
How to Avoid Memory Leaks When Using the hash_equals Function in PHP
The difference and advantages of PHP hash_equals function and strcmp
Why Can’t PHP Use “==” Instead of the hash_equals Function? What’s the Reason Behind It?
Common Mistakes in Using the hash_equals Function for Password Comparison and How to Fix Them
Use the hash_equals function for secure user authentication