Get text from Hashed password

Obaid Khan7 years ago

I want to read and compare login request through my own .NET code. How to get text from hashed password?

Anton Tananaev7 years ago

I think you should read a bit about hash functions. You are asking for impossible thing. You can't get original password from hash.