搜索资源列表
tea.zip
- tea算法源代码,C写的
TEA介绍及数据加密算法之程序代码 .rar
- TEA介绍及数据加密算法之程序代码
tea加密算法源代码
- 加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
非常好用的TEA加解密算法VB
- 非常好用的TEA加解密算法VB。找了好久才找到
Tea-c++.rar
- tea 加密算法 qq使用的就是这个加密算法来 解决登陆问题,tea encryption algorithm used in qq is the encryption algorithm to solve the land problem
TEA
- 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
TEA介绍及数据加密算法之程序代码
- TEA介绍及数据加密算法之程序代码-TEA presentation and data encryption algorithm of the program code
tea
- TEA加密算法 TEA加密算法-TEA encryption algorithm encryption algorithm TEA
TEA
- 可以实现16轮32轮等tea加密,可以用C语言进行修改-Can be achieved 16 32 such as tea encryption, can use C language to amend
TEA
- TEA的C语言算法,编译通过可以运行,而且加了个test代码-TEA algorithm in C language, the compiler can be run through, and added a test code
TEA
- tea算法,qq的通信协议就是使用该算法加密!对于自己编写qq客户端比较有用!-tea algorithm, qq the communication protocol is the use of the encryption algorithm! Qq prepared for their clients more useful!
tea
- PHP 版本的Tea加解密,测试过可用。-PHP version of the encryption and decryption Tea
tea
- tea算法的实现,网络安全的密码算法之一-tea
tea
- TEA数据加密算法之程序代码及使用例子,C语言编写,封装成类;不用做任何修改可用于单片机编程中。-Tiny Encryption Algorithm
tea
- tea是一种简单且高效的加密解密算法,而QQ通信中采用的正是这种密码的变形。此例包含测试程序,且经过实际数据截包验证-QQtea encryption and decryption algorithm
TEA加密
- TEA加密算法,可以直接移植使用,方便进行通信加密(TEA encryption algorithm, can be transplanted directly to use)
TEA
- 适用于8位单片机的TEA算法实现,可以在线测试,有测试截图(The TEA algorithm Applies to 8 bit MCU, you can test online, there are test screenshots attached.)
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.)