How to use Cryptography with Wordpress MySQL?

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?

Did you Cheack this component

Thank you for replying.

Yes I did check. The problem is Wordpress HASH for passwords.

What type of HASH is Wordpress having? And which block to use from Cryptography? AS there are lots of them, which one will convert password into Wordpress hash?

I haven’t any idea.