搜索资源列表
QQ的TEA加密算法解密工具
- QQ的TEA加密算法解密工具,用C#制作。
Tea-c++.rar
- tea 加密算法 qq使用的就是这个加密算法来 解决登陆问题,tea encryption algorithm used in qq is the encryption algorithm to solve the land problem
tea
- 采用c++实现的TEA加密与解密算法,据说早期QQ就是用这个加密的-Using c++ implementation of the TEA encryption and decryption algorithms, said earlier this QQ is to use encryption
TEA_example_CPP
- TEA(Tiny Encryption Algorithm) 是一种简单高效的加密算法,以加密解密速度快,实现简单著称。算法真的很简单,TEA算法每一次可以操作64-bit(8-byte),采用128-bit(16-byte)作为key,算法采用迭代的形式,推荐的迭代轮数是64轮,最少32轮。目前我只知道QQ一直用的是16轮TEA。没什么好说的,先给出C语言的源代码(默认是32轮)-TEA char