chrissteven81 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I may be wrong but it is not encrypted it is in hex
As far as I know, its encrypted.
http://www.taultunleashed.com/phpbb2/viewtopic.php?t=26559
I hope you know, no offense, that just because its in hex doesnt mean its not encrypted.

Hex is just a representation of binary data. 0x31 in hex is same as ASCII's 1. Ascii's 2 equals 0x32 in hex, etc. Ethereal will show you both hex and ascii.
I have a very strong feeling that its all done serverside. Same with merchants. Why would they handle item buying on server side, but allow crafting results occur on client side? Maybe crafting was on client side before, but I'm pretty sure its on server side. If its not on server side, then the people at SE are the worst MMORPG coders I've ever seen. Client side is never to be trusted.