http://forum.ragezone.com/f245/php-5...r-page-843497/
I would like to know if the client would support the MD5 passwords in this release?
Or would I have to make some changes to the client to be able to read MD5 passwords?
Thanks.
Printable View
http://forum.ragezone.com/f245/php-5...r-page-843497/
I would like to know if the client would support the MD5 passwords in this release?
Or would I have to make some changes to the client to be able to read MD5 passwords?
Thanks.
Never hash the password client sided; that just removes the idea of md5 hashing to begin with.
I prefer SHA1 of MD5 within OnMatchLogin in CSCommon/MMatchServer_Login.cpp.
Alright, I will take that into consideration.
Anyone else?
Yes it requires changes.
If you want to remove it at that registration form, read the last line of the post.
Alright. I want the md5 password. I just don't know what changes I would need to make.