Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

synodriver/pytea

Repository files navigation

pytea

极其快速的TEA加密解密工具

pypi python implementation wheel license action

  • 速度是其他PYTEA算法实现的300倍

usage

import pytea

tea = pytea.TEA(bytes(16), 16)
data = tea.encrypt("哈哈哈".encode())
print(tea.decrypt(data).decode())

安装

  • python -m pip install pytea2

本地编译

About

New implementation at https://github.com/synodriver/ftea

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published