Added protocol encryption, removed compression
Decided to remove compression to use Enet's included compression. To make encrypion work, we had to pad the packet so that their length would be a multiple of 16 bytes. To do this, we introduced a special packet ID, 0, that indicates that the byte[] do not contains any more useful data.