Hi!
I'm trying to login to my website throught my program, to do that I need a password and username. The password is encrypted using C# SHA256 but on the server it uses an javascript code I got from the web.
My problem is that my C# Hash differs in many ways to my JS Hash, for example;
- Javascript has more than 32 bytes of data
- Javascript hash hasn't got any unidentyfied characters like byte 2
Has anyone any idea why it is like this??