PHP 5.3 Reg Page MD5 help

Results 1 to 5 of 5
  1. #1
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    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.


  2. #2
    Proficient Member [S]pirit is offline
    MemberRank
    Apr 2009 Join Date
    182Posts

    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.

  3. #3
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: PHP 5.3 Reg Page MD5 help

    Alright, I will take that into consideration.
    Anyone else?

  4. #4
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    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.

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    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.



Advertisement