[wp-trac] [WordPress Trac] #62005: Enhance wp_hash function to support custom hashing algorithms
WordPress Trac
noreply at wordpress.org
Mon Jan 6 15:21:44 UTC 2025
#62005: Enhance wp_hash function to support custom hashing algorithms
-----------------------------+--------------------------
Reporter: pushpenderindia | Owner: johnbillion
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.8
Component: Security | Version: 6.7
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
-----------------------------+--------------------------
Changes (by johnbillion):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"59578" 59578]:
{{{
#!CommitTicketReference repository="" revision="59578"
Security: Enhance the `wp_hash()` function to support custom hashing
algorithms.
The default algorithm remains as md5, but this change allows any algorithm
that's supported by `hash_hmac()` to be used instead.
Props pushpenderindia, ayeshrajans, debarghyabanerjee, johnbillion
Fixes #62005
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62005#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list