M
M
Marty McFly2018-07-17 11:07:25
Hashing
Marty McFly, 2018-07-17 11:07:25

Is it possible to upload users with passwords from wordpress?

The task is to transfer users with passwords from WordPress to mogu. Is there any way to decrypt passwords? As I understand wordpress uses md5

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly, 2018-07-17
@Anvi-Vt

In general, everything is possible, but the password is encrypted, verdpress most likely has some kind of md5 + its own key, although not a fact. In general, in order to copy something, it is better to understand how it works.
PS the password itself, most likely you won’t recognize it, but import it so that the user can log in to another resource under the same data, completely, only the decryption logic should be left the same as on verdpress

V
Vitaly, 2018-07-17
@rim89

Is there any way to decrypt passwords?

it is extremely unlikely
to transfer and make a mailing list asking you to change your password

V
Vladimir Korotenko, 2019-12-28
@firedragon

In theory, you need to rewrite the login logic.
wiki.moguta.ru/help/Controller/Controllers_Enter.html
See the description of WordPress tables
https://codex.wordpress.org/Database_Description
Next, insert the verification code from WordPress and if the password matches the hash at the entrance, then create an account in the mogu. And the next time he enters already normally.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question