(Help) Remove encryption on login verification
#1

Hello , i need help for remove the udb_hash from de login verification , i have to do this for check one thing

The code is this :

Код:
if(udb_hash(inputtext) == Info[playerid][pKey])
Please help me for change this code in a code without encryption.

Thanks
Reply
#2

Код:
if(inputtext == Info[playerid][pKey])
Reply
#3

That "encryption" is there for a reason and in the interest of protecting players' privacy I'm not going to answer your inquiry. Even though udb_hash (also known as adler32) is an extremely weak checksum algorithm.
Reply
#4

PHP код:
if(inputtext == Info[playerid][pKey]) 
there you go sir, im very scripter btw!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)