0

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

3
  • There is no default hashing algorithm for mvc5. The answer depends on what security framework you are using, maybe you meant asp.net-identity2 ? Commented Oct 30, 2017 at 17:33
  • yes its asp.net identity2 Commented 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 error Commented Oct 30, 2017 at 17:36

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.