I am using code first approach for an ASP.NET mvc 5. I am connecting my database with a android application against the same website. now I have a problem , to generate the same Hash Password that I am generating using ASP.NET mvc , the default size of hash password is 68 characters but SHA256 has 64 , then what can be the right way , kindly guide
-
There is no default hashing algorithm for mvc5. The answer depends on what security framework you are using, maybe you meant asp.net-identity2 ?Igor– Igor2017-10-30 17:33:47 +00:00Commented Oct 30, 2017 at 17:33
-
yes its asp.net identity2Muhammad Yasir Bilal– Muhammad Yasir Bilal2017-10-30 17:35:38 +00:00Commented Oct 30, 2017 at 17:35
-
I want to generate same kind of hashPassword in java so that it may never be a conflict when a user who made account on android and tries to access via website may feel any errorMuhammad Yasir Bilal– Muhammad Yasir Bilal2017-10-30 17:36:55 +00:00Commented Oct 30, 2017 at 17:36
Add a comment
|