标签: mysql wordpress
目前我从数据库获取密码,它给我的哈希键字符串如何在文本中获得哈希的实际密码
$ P $ Bx0Jgq6 / QW / o3A5fXcVKg4jxQr2PAB1
答案 0 :(得分:3)
你不能。 Wordpress将密码存储为one-way hashes。
此处提供更多信息:What are the details behind the way Wordpress stores user authentication data?
答案 1 :(得分:1)
http://wordpress.org/extend/plugins/md5-password-hashes/
所有用户密码都将哈希转换为md5密码
http://webdevelopingcat.com/encrypt-passwords-using-phpass/