As I understand it SSL is not supported due to requirement of lots of certificates so I wonder if I can simply run an encryption function on the complete HTTP request body with a specific key that is shared with the server which the server then can use to decrypt the body.
If I program C on the ESP8266 directly, are there any built in encryption algorithms that I can use or are there any other algorithms implemented in C that is fast enough to encrypt strings of up to ~200 bytes and still are reasonably safe? Which ones?