-
Apprentice
C# MD5 hash trouble
Hi rage's,
I'm studying C# and in the process creating a program for us.
I searched for a code in C# to do an INSERT into the database, but the MD5 used in MuOnline DB is totally different.
Example Md5 for 12345 in a few sites: 827ccb0eea8a706c4c34a16891f84e7b
MD5 - Online generator md5 hash
MD5 Hash Generator Online
but if you use the Mu Account Create (MD5) 12345 : 39c1566eab90e80ebe3bd9f141cbbebb
Anyone know how to do this code in C#?
If I use a decrypter 827ccb0eea8a706c4c34a16891f84e7b = 12345
But if I use 12345 on the Mu Account Create (MD5) = 39c1566eab90e80ebe3bd9f141cbbebb = It is not md5.
https://hashkiller.co.uk/md5-decrypter.aspx
ty, 
Atonlord
Last edited by lordaton; 04-10-16 at 01:05 AM.
-
-
Re: C# MD5 hash trouble
Make a simple MD5 hash or any kind of hash and use the method in the joinserver too.
-
Apprentice
Re: C# MD5 hash trouble
I don't want to make a joinserver, want to know how to make for it. But ty.
-
Re: C# MD5 hash trouble
You cant make it... MD5 is working correctly only under x86 MSSQL, under x64 you can make the hash in varchar, than using the same method in the JS and in the Website or anywhere to make it work....