wp_hash_password()

Function: Creates a hash (encrypt) of a plain text password using PHP’s PASSWORD_DEFAULT hashing algorithm.

Source: wp-includes/pluggable.php:2531

Used by 0 functions | Uses 0 functions

wp_create_nonce()

Function: Creates a cryptographic token tied to a specific action, user, user session, and window of time.

Source: wp-includes/pluggable.php:2373

Used by 0 functions | Uses 0 functions