I am new to MVC 5 Identity. I am trying to find what is the hash logic for password in mvc 5 identity.
I am trying to validate user outside .net project but using its table AspNetUsers. If I am correct in mvc 4 it was SHA1?? But I am not sure whats the same in MVC 5.
Also can we validate user in table AspNetUsers within the sql server using sql script itself?
Regards & Thanks.
From https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity/PasswordHasher.cs