Can I use ACL decrypt dll to decrypt packets?
Can I use the decrypt function in ACL decrypt DLL released here http://forum.ragezone.com/f487/relea...pt-dll-786892/ to decrypt packets sent by the client to server?
Re: Can I use ACL decrypt dll to decrypt packets?
ACL packet flow is probably as follows.
AS (after reading the acl file, encryption) -> ZA (you can change the packet, as it is allowed to pass through) -> Client
ACL decrypt dll is he who can see the shape of the acl file to decrypt the packet.
Does not have the ability to let you change the packets that can be used by the 562 client.
just decode the acl packet.
Re: Can I use ACL decrypt dll to decrypt packets?
how to decode the acl packet???
by hex editor??
can u explain in detail about decode the acl packet. ???
Re: Can I use ACL decrypt dll to decrypt packets?
Quote:
Originally Posted by
prologos
ACL packet flow is probably as follows.
AS (after reading the acl file, encryption) -> ZA (you can change the packet, as it is allowed to pass through) -> Client
ACL decrypt dll is he who can see the shape of the acl file to decrypt the packet.
Does not have the ability to let you change the packets that can be used by the 562 client.
just decode the acl packet.
Actually I was trying to code a own custom Login Server. Do I need to encrypt packets as I saw that Login Server was sending some data to Zone Agent too? I want that Login Server to do the work of Login Server and Main Server!
Re: Can I use ACL decrypt dll to decrypt packets?
ACL decrypt dll only decrypts the packets, packet modifications have to be done in your custom ZA
Re: Can I use ACL decrypt dll to decrypt packets?
Quote:
Originally Posted by
chrissdegrece
ACL decrypt dll only decrypts the packets, packet modifications have to be done in your custom ZA
Maybe this question is answered before, but still I will ask. What is the need of ACL files? Why is it there when all data could have been stored in database itself?
Re: Can I use ACL decrypt dll to decrypt packets?
I guess it's much faster to simply load->send a file than get all info from DB , build the packet and send it to the client.