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
            Asked
            
        
        
            Active
            
        
            Viewed 1,112 times
        
    0
            
            
        - 
                    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 Oct 30 '17 at 17:33
- 
                    yes its asp.net identity2 – Muhammad Yasir Bilal Oct 30 '17 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 – Muhammad Yasir Bilal Oct 30 '17 at 17:36
