.NET Equivalent of MD5.hex() in Javascript

Posted by Gio Borje on Stack Overflow See other posts from Stack Overflow or by Gio Borje
Published on 2010-04-26T03:57:48Z Indexed on 2010/04/26 4:03 UTC
Read the original article Hit count: 209

Filed under:
|

I'm trying to connect to a website I made with auth that uses MD5.hex(password) to encrypt the password before sending it to the PHP. How could I achieve the same encryption in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about JavaScript