I want to read and compare login request through my own .NET code. How to get text from hashed password?
I think you should read a bit about hash functions. You are asking for impossible thing. You can't get original password from hash.
I want to read and compare login request through my own .NET code. How to get text from hashed password?