Authenticate user using Hashed Password in MySQL Query and C#
I am writing a custom component in C# that connects to WordPress database at backend. I am trying to authenticate users via Mysql select query but the hash is not matching. I have tried the answers mentioned here but no luck.
Can anyone help me with a C# implementation for generating correct hashed passwords as WordPress does. I am using latest version of WordPress
Topic authentication password third-party-applications users Wordpress
Category Web