Codex tools: Log in / create account
Contents |
This function can be replaced via plugins. If plugins do not redefine these functions, then this will be used instead.
Create a hash (encrypt) of a plain text password.
For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm.
<?php wp_hash_password( $password ) ?>
wp_hash_password() is located in wp-includes/pluggable.php.