搜索资源列表
邮件加密和发送程序
- 能够对发送的邮件进行加密和解密,并且能够发送和收取邮件,是很好的学习和说明程序。加密算法使用TEA,发送邮件使用的是JMAIL组建,程序使用Skin++加有皮肤。-able to send mail encryption and decryption, and can send and receive mail, is a very good study and a descr iption of the proceedings. Encryption algorithm used TEA, s
encryptTea
- 使用TEA加密方法的简单加密解密程序. 包含 COMMAND版本 和 WIN32 两个版本.可供初学者学习. 超级雷电-use encryption methods of encryption and decryption procedures simple. COMMAND contains Win32 version and the two versions. For beginners to learn. Super Lightning
Analyse_QQprotocol
- qq协议分析辅助,包括2次md5加密,tea加密解密-qq protocol analysis support, including the 2nd md5 encryption, encryption and decryption of tea
tea
- tea算法的加密解密与测试程序及相关的头文件
tea
- TEA加密解密算法的完整实现。并且能够实现对数据库中的数据进行加解密操作。
tea
- tea加密解密DLL,可调用相应的原文,密钥实现加密,然后通过密文,密钥解密
tea_test
- tea加密算法实现及测试,该算法能很好地对字符串进行加密解密
QQEncrypt
- 一个QQ-TEA加密解密算法的应用程序, 可以直接对数据进行加密和解密, 对于分析QQ登录协议很有帮助
teaencryption_src
- tea算法的实现,可以进行普通加密解密-Algorithm of tea, can ordinary encryption and decryption
TEACode.rar
- tea加密解密算法的应用,hex字符串和其他字符串的转换,tea encrypt
QQTEA
- QQTEA算法类 内含加密解密函数及文本输入输出HEX数据函数,适合抓包分析数据,在TEA算法的基础上加入填入随机数以及交织算法,QQ和QQ游戏传输数据都是用此算法加密的,经过测试无误,格式非常工整-QQTEA algorithm class includes text encryption and decryption functions and HEX data input and output functions for analysis of data capture, the TEA
TEA
- 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
DEC_encryp
- 加密解密算法DEC、RC4、XOR、Skipjack、TEA、Twofish等-Encryption and decryption algorithm for DEC, RC4, XOR, Skipjack, TEA, Twofish, etc.
tea
- 采用c++实现的TEA加密与解密算法,据说早期QQ就是用这个加密的-Using c++ implementation of the TEA encryption and decryption algorithms, said earlier this QQ is to use encryption
tea
- tea是一种简单且高效的加密解密算法,而QQ通信中采用的正是这种密码的变形。此例包含测试程序,且经过实际数据截包验证-QQtea encryption and decryption algorithm
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
tea
- 一个TEA加密算法的加密解密源码,实现对字符串的加密解密,学习信息安全的可以看下-A TEA encryption algorithm encryption and decryption source
TEA
- 详细介绍了TEA加密解密算法,并附有源码。-Tiny Encryption Algorithm
Tea-encryption-and-decryption-tool
- TEA加密解密,专门解密QQ算法,是一个很好的delphi 源码-Tea encryption and decryption toolTea encryption and decryption tool
TEA
- 物联网信息安全加密解密TEA算法C语言程序.-A C program of encryption and decryption for TEA algorithm for Internet of Things.