This C++ implementation of the Tiny Encryption Algorithm (TEA) provides a simple and fast symmetric key block cipher for encrypting and decrypting data securely. TEA uses a 128-bit key to encrypt data in 64-bit blocks, offering efficient encryption suitable for low-resource environments.
- Simple and efficient symmetric encryption algorithm
- 128-bit key size for encryption
- Easy-to-understand code with clear implementation of TEA cipher
- Encrypts and decrypts data in 64-bit blocks
- Language: C++
- Algorithm: Tiny Encryption Algorithm (TEA)
- Clone the repository:
git clone https://github.com/Dylan7893/Tiny-Encryption-Algorithm.git