You are reading a single comment by @Stevie and its replies. Click here to read the full conversation.
  • While I initially also proposed Blowfish, I now think that maybe due to limited resources XXTEA is a better choice.

    As a test, I implemented a C library which can be used to encrypt / decrypt strings using XXTEA. The code consumes roughly 1500 bytes. A test with encoding 10000 strings of 1000 bytes each took about 20 seconds, leading to about 500 KB per second encoding speed - decoding should be the same. That sounds pretty nice for me.

About

Avatar for Stevie @Stevie started