- Joined
- Mar 27, 2008
- Messages
- 21
- Reaction score
- 1
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
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.
ty, :blush:
Atonlord
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
To view the content, you need to sign in or register
To view the content, you need to sign in or register
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.
To view the content, you need to sign in or register
ty, :blush:
Atonlord
Last edited:

