Hi,
I have connected my app with MySQL DB. The DB contains Wordpress Hashed Passwords (Latest Wordpress Version).
How to use Cryptography so that my text password matches the one in MySQL DB?
I used the MD5, but didn’t work as Wordpress Generates Salted Passwords.
Where can I get salt and how can I put salt in the crypto block? Via which block?