[Question] Auth Password Encryption

11/09/2010 04:03 FuriousFang#1
Hey everyone!

I've been working on my new Conquer 1.0 source and I actually have a question! I got my auth system working so it reads the password and everything correctly, however, I would love to have a system that encrypted the database password OR Decrypted the server password so that I don't have to have encrypted passwords in the database! I'm working on it. If it's the same as the 5017 then I'm almost there... but if it's not, I would love some assistance in cracking it! =]

Thanks!
Sincerely,
Fang
11/09/2010 04:21 Arcо#2
When they regi, hash the password they use on registration, and then serverside, when they login, hash the incoming connection's password, if it matches the password in the database, (which is hashed as well) then login.
11/09/2010 04:25 pro4never#3
He wants to NOT have encrypted db passwords.

Simply compare the database password with the decrypted password you've read from the packet. Or is it that you're having a hard time actually decrypting the password? Just grab it from elitecoemu or some other source that uses plain text database passwords.
11/09/2010 04:53 FuriousFang#4
Figured it out... hehe
sorry x_x" Thanks for the interest though!
11/09/2010 11:43 tanelipe#5
Closed.