ctea is a Python package for decrypting data, using a custom TEA decryption algorithm implemented in C.
- Provides efficient TEA decryption functionality, based on C implementation.
- Supports Python 3.6+
Install the latest version of ctea from PyPI:
pip install cteaHere's how to use ctea for decryption:
import ctea
dec = ctea.decrypt(data)