SHA1(c#) – different result from .Net 3 and .Net Core
I have hash value in database. This was created in Asp Web Form (probably .Net 3). This is old code:
I have hash value in database. This was created in Asp Web Form (probably .Net 3). This is old code:
I am trying to generate a SHA256 hash in android, that I then pass to an ASP.NET Web API web service and compare the hash there. As such, I need to construct a hash in Android, that given the same inputs in ASP.NET will generate an equivalent hash. I’m pulling my hair out trying to figure out what I’m doing wrong.