搜索资源列表
Tea
- TEA加密/解密算法-JAVA实现 需要jakartar的commons.codec支持
tea
- TEA加密解密算法的完整实现。并且能够实现对数据库中的数据进行加解密操作。
tea
- tea加密解密DLL,可调用相应的原文,密钥实现加密,然后通过密文,密钥解密
QQ的TEA加密算法解密工具
- QQ的TEA加密算法解密工具,用C#制作。
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 Li
Analyse_QQprotocol
- qq协议分析辅助,包括2次md5加密,tea加密解密-qq protocol analysis support, including the 2nd md5 encryption, encryption and decryption of tea
tea
- tea算法的加密解密与测试程序及相关的头文件-tea encryption and decryption algorithms and testing procedures and related header files
Tea
- TEA加密/解密算法-JAVA实现 需要jakartar的commons.codec支持-TEA encryption/decryption algorithm-JAVA realize the need to support commons.codec the jakartar
tea
- TEA加密解密算法的完整实现。并且能够实现对数据库中的数据进行加解密操作。-TEA encryption and decryption algorithms realize the full. And can realize the database data encryption and decryption operations.
tea
- tea加密解密DLL,可调用相应的原文,密钥实现加密,然后通过密文,密钥解密-tea encryption and decryption DLL, can call the corresponding original text of the realization of encryption keys, and then through the ciphertext, the key to decrypt
tea_test
- tea加密算法实现及测试,该算法能很好地对字符串进行加密解密-tea encryption algorithm and testing, the algorithm can be very good to string encryption and decryption
QQEncrypt
- 一个QQ-TEA加密解密算法的应用程序, 可以直接对数据进行加密和解密, 对于分析QQ登录协议很有帮助-A QQ-TEA encryption and decryption algorithm applications, can be directly on the data encryption and decryption, for analysis of the registry agreement QQ helpful
DEC_encryp
- 加密解密算法DEC、RC4、XOR、Skipjack、TEA、Twofish等-Encryption and decryption algorithm for DEC, RC4, XOR, Skipjack, TEA, Twofish, etc.
TEACode
- tea加密解密算法的应用,hex字符串和其他字符串的转换-tea encrypt
TEA
- 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption prog
tea
- c51 单片机 tea加密解密 在keil中编译通过-c51 tea encrypt decrpyt
tea
- tea是一种简单且高效的加密解密算法,而QQ通信中采用的正是这种密码的变形。此例包含测试程序,且经过实际数据截包验证-QQtea encryption and decryption algorithm
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
TEA加密解密
- tea加解密算法,适用于MCU平台使用,占用资源少,加解密效率高,STM32 上测试,加解密时间都在3ms范围内(Tea encryption and decryption algorithm)
Tea加解密
- QQ的TEA加密解密算法,是易语言的源代码,全部开源。(QQ's TEA encryption and decryption algorithm.)