All of the passwords in WordPress databases are hashed. I’m running 20+ blogs with me as the only user. I often forget my password and have to reset it. Is there any way to remove the hash?
All of the passwords in WordPress databases are hashed. I’m running 20+ blogs with
Share
it is for security reason that password should be hashed before saving to database and not recommended to store plain password in the database. the hashing is done in MD5 and it is extremly diffcult to reverse it even we apply filters.