Password crypt structure ?

11/16/2012 20:24 XaniXpl#1
Hello!

I ve decrypted this famous login packet, but password is still crypted.

Does any one know the algorithm ?

02 09 00 00 1D 61 6C 6C 64 74 69 6F 73 00 05 00
1D 00 30 30 2D 30 00 1B 1D 00 00 12 4C A2 D5 93
10 AE DE 08 A1 CE F9 2F EC 75 E3 22 2E 18 1F 0E
E2 DE 11 08 F3 DF

alldtios (1D 61 6C 64 74 69 6F 73) is a login, and it's using character replace (orginal login is allytion)

30 30 2D 30 - it's a security key (0000) 3 char is replaced by a crypt table

And idk how is password crypting.

Any one have idea ?