Presently i am getting the password from database and its giving me hash key string how i get the actual password of hash in text
$P$Bx0Jgq6/Qw/o3A5fXcVKg4jxQr2PAB1
Presently i am getting the password from database and its giving me hash key string how i get the actual password of hash in text
$P$Bx0Jgq6/Qw/o3A5fXcVKg4jxQr2PAB1
You must be logged in to post a comment.
You can’t. WordPress stores passwords as one-way hashes.
Some more info here: What are the details behind the way WordPress stores user authentication data?
http://wordpress.org/extend/plugins/md5-password-hashes/
All user password converted hash to md5 password
http://webdevelopingcat.com/encrypt-passwords-using-phpass/