Core Function
View Source on Trac ↗ wp_fast_hash()
wp_fast_hash( string $message ) Returns a cryptographically secure hash of a message using a fast generic hash function.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $message string | The message to hash. Required |
Return Value
(string)
The hash of the message.
Function Information
Since Version
6.8.0
Source File
wp-includes/functions.php
Advertisement