Change encryption passwords from MD5 too Sha512

  • Edit: password test
    MD5: 94BDCEBE19083CE2A1F959FD02F964C7AF4CFC29
    Sha512: ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad8e6f57f50028a8ff

    game>db.cpp


    Search #include "auth_brazil.h"


    and under post this:


    #include "cryptopp/sha.h"
    #include "cryptopp/filters.h"
    #include "cryptopp/hex.h"
    #include "boost/algorithm/string.hpp"



    Search: void DBManager::AnalyzeReturnQuery(SQLMsg * pMsg)


    and all function replace with this:


  • Dieses Thema enthält 9 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.