AuthServer password encryption

04/26/2009 20:09 Tarouka#1
Well thought it would fit in this section.

Most of the sources I seen works this way: the first time an account login, it takes the "encrypted" password received and set it in the database. I've been trying to figure the encryption used, but with no success, my ASM skills just sucks.

So, could anyone decent with assembler/debugging help me with this?
04/26/2009 20:24 andyd123#2
The encryption method is simple, it is not at all difficult.

You can find a decryption method, it's written in one of the sources here, just not sure which one. I know it's in CoEmu, so try to find that.

-Andy