I need to Authenticate a user created in automatically in asp.net mvc 5 using the language java by Example:
user: so-and-so password: Ab123456
Password recorded in the Database
PasswordHash
ACFCCbS1aKYPrQndKMluPDpLD51m1yh5UDBo49v1m4i44aU9SiCJSnCB16XDXJ5iQQ==
SecurityStamp
905d2faa-ed55-48f0-9d1b-c2d079015329
I need to generate a Java Hash that is the same as the one generated by the Asp.net MVC 5 Application