all others:
You realize md5 is easily decrypted, don't you?
IF you are going to do this, at least use salts.
mlogin login pass_md5
It sends your login and password, but the password is in MD5! So why not just save the password in md5 already? lol. I've never had such a funny time when reversing an exe.
You realize md5 is easily decrypted, don't you?
IF you are going to do this, at least use salts.