搜索资源列表
SECUREencryptionalgorithms
- 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐 -almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR, Skipjack, TEA, Twofish, wo
Tea
- vb TEA模块 用于加密解密tea数据 测试可用-failed to translate
TEA
- 实现TEA算法VC源码,可进行数据帧加密和解密-TEA
tea
- 易语言TEA加密解密源码例程程序结合易语言系统核心支持库,实现了用TEA对密码进行加密,和解密的功能。-Easy language TEA encryption and decryption source routine procedures combined with easy language core support library to achieve the use of TEA encryption, decryption functions.
encipher
- 利用tea算法实现文件的加密与解密,改程序需要在命令行中使用(Using tea algorithm to encrypt and decrypt files)
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
Tea加解密
- QQ的TEA加密解密算法,是易语言的源代码,全部开源。(QQ's TEA encryption and decryption algorithm.)