I use the wordpress site. I just want to know how to get plain text from an encrypted password (stored in a Wordpress database). I used $wp_hasher->CheckPassword($plain_password, $password_hashed)to verify the password is correct. But this time I would like to know how to get plain text.
source
share