What kind of algorithm does Asp.Net Identity
framework use to encrypt the password? I have a scenario where android, iPhone, web and desktop use the same database.
This password should be encrypted, so in ASP.NET MVC
I have used Identity framework to encrypt the password. Now I need the algorithm to work for all platforms.
Any help will be appreciated.
Thanks in advance.