Yesterday, 02:23 AM
Okay. So, I found that only these four fields participated in hashing the password: workInfo1, workInfo2, salt, and encryptSalt1.
SELECT wf1, wf2, st, es1 FROM mf;
Do you know whether your password was human-generated or random?
SELECT wf1, wf2, st, es1 FROM mf;
Do you know whether your password was human-generated or random?