Im trying to make php talk to aim so i can send messages to peeps. So far i know that you have to send byte code and recieve byte code. In java, this is what it does:
Writes out the string as a sequence of bytes. Each character in the string is written out, in sequence, by discarding its high eight bits.
Someone please tell me how to encrypt decrypt these kind of strings, thanks.