What Password encryption does conquer have? i want to code register script and don`t know encryption for password,its not md5.
Actually, they previously used RC5, and more recently, began using their own algorithm (which still uses part of the RC5, with modifications).Quote:
I'm not sure of the exact patch but recently TQ changed their password encryption to use RSA, however previously it used their own encryption algorithm. This CAN be found, if you know where to look.
Study the algorithm.(Blowfish (cipher))Quote:
My version 5017 how to use "blowfish" ?
Again, incorrect. As I stated, it's been RC5 always until the recent changes.Quote:
It depends on the version. From 4267 to 5017 TQ used the blowfish(cipher) algorithm and for their latest patch a modified version of RSA is used (as far as I know).