I have a new application which uses Microsoft.AspNet.Identity PasswordHasher. I am trying to import all the login information from the old system which uses SHA1 passwords to the new system.
I know SHA1 is a one-way hash and it cannot be decrypted. Is there any way possible way to do this?. Otherwise what are my best options?.
Thanks in advance.