搜索资源列表
tea加密算法源代码
- 加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
Tea加密算法-c++实现
Tea加密算法-c++实现
QQ的TEA加密算法解密工具
- QQ的TEA加密算法解密工具,用C#制作。
TEA介绍及数据加密算法之程序代码
- TEA介绍及数据加密算法之程序代码-TEA presentation and data encryption algorithm of the program code
tea
- TEA加密算法(一个非常短小的加密算法)-TEA encryption algorithm (a very short encryption algorithm)
tea加密算法源代码
- 加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
TEA式加密
- 一个微小加密算法.这是一种最快速最有效的加密算法.使用混合代数公式组.作到64位加密 -a small encryption algorithm. This is one of the most rapid most effective encryption algorithm. The use of the mixed group algebraic formula. For 64-bit encryption
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
QQtea
- QQ的TEA加密算法,有要的可以下下来玩玩!-QQ of the TEA encryption algorithm, it can be to play down under!
tea
- 最近比较流行的TEA加密算法,大家可以去借鉴一下-More popular in recent TEA encryption algorithm, we can go to learn about
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
- 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-c++
- tea 加密算法 qq使用的就是这个加密算法来 解决登陆问题-tea encryption algorithm used in qq is the encryption algorithm to solve the land problem
TEA加密
- TEA加密算法,可以直接移植使用,方便进行通信加密(TEA encryption algorithm, can be transplanted directly to use)
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)