01-24-2014, 03:35 AM
Ouch! First major stumble - the PolarSSL library supports only AES/CFB128, while minecraft uses AES/CFB8. And just until now I had no idea what those two were, so let me share the knowledge: CFB128 uses a 16-byte feedback loop, while CFB8 uses a 1-byte feedback loop only. And I have no idea how to make this work for us