|
Tiny Encryption Algorithm (TEA) is one of the fastest and most efficient cryptographic
algorithms in existence. It encrypts 64 data bits at a time using a 128-bit key. It seems highly
resistant to differential cryptanalysis and achieves complete diffusion (where a one-bit difference
in the plaintext will cause approximately 32-bit differences in the cipher text) after only six
iterations.
|