Hashing Password
-
Hi,
i’m trying to use wp_hash_password method to hash string however, it hash the same string differently each time.
What method do I have to use to generate the same password what wordpress does?i.e. this
$password = 'mk'; echo $hash = wp_hash_password( $password );
returns random hash each time its run.
Regards,
Marcin
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hashing Password’ is closed to new replies.