There was a task: you need to transfer site users to a new site. Old site written in WP, new on Yii2. Faced a problem: how to find out the user's password, so that they do not create them again? I don’t know WP much, so I’m wondering if there’s a possibility
- Impossible. There hash bcrypt. - KAGG Design
- and how generally wp creates hash? How can I recreate it, knowing the salt? - Diefair
- You can try to sort through the options if there is a supercomputer and a couple of centuries of time)) - KAGG Design
- Forget you this idea. Encryption algorithms are designed to prevent such attempts) - KAGG Design
- I don't want to hack it, I need to understand how a hash is created. so that I could create a hash in my office, write it to the Wp database and it would work, that is, the user would be able to log in - Diefair
|