Replies: 1 comment
-
Also, if a random salt is generated everytime, how does it verify the password without taking the salt as a parameter? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the PasswordHasher class, the hashing function takes a Generic type Tuser, but we are not using the variably anywhere. Can someone please explain why are we using it. Link to the said class is mentioned below.
https://github.com/dotnet/AspNetCore/blob/master/src/Identity/Extensions.Core/src/PasswordHasher.cs
Beta Was this translation helpful? Give feedback.
All reactions