I am using ASP.NET MVC 5 along with microsoft identity.
I have a table called AspNetUsers.
It has a field called "PasswordHash".
i created 2 users with the same password, yet the password hash is different.
Why is that i dont understand how it functions? Does it use the machine key?
What would happen if i deploy my server in the cloud, with the same database.
Would identity password comparison continue to function there also?