Implementation of TEA and TDA for encryption and decryption, respectively. You may only encrypt strings and they should be of length = 0 (mod 8). If the string isn't, it will be expanded with null characters. The key has to be exactly 16 characters (128 bits). It will not be expanded if there are missing characters (just add spaces). |