-
DRGunZ 2 Creator
PHP 5.3 Reg Page MD5 help
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.
Last edited by wesman2232; 02-10-12 at 08:18 PM.
-
-
Proficient Member
Re: PHP 5.3 Reg Page MD5 help
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.
-
DRGunZ 2 Creator
Re: PHP 5.3 Reg Page MD5 help
Alright, I will take that into consideration.
Anyone else?
-
Re: PHP 5.3 Reg Page MD5 help
Yes it requires changes.
If you want to remove it at that registration form, read the last line of the post.
-
DRGunZ 2 Creator
Re: PHP 5.3 Reg Page MD5 help
Alright. I want the md5 password. I just don't know what changes I would need to make.