https://www.tayloredge.com/reference/Mathematics/TEA-XTEA.pdf
Run makefile make cbc
Encrypt file: ./tea-cbc-enc iv key plaintext ciphertext
Decrypt file: ./tea-cbc-dec iv key ciphertext plaintext
- The parameters are file names
- iv should be a 64 bit value
- key should be a 128 bit key