资源列表
Desktop
- 本次我们完成一个简单的对字母加密程序。首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。-This time we complete a simple encryption program on the letter. First letter numb
95
- Vb中的MD5校验算法源码及示例,很不错的VB源码,适合VB爱好者学习研究。-Vb MD5 checksum algorithm source code and examples, very good VB source code for VB enthusiasts to learn.
MD5(verilog)
- MD5算法的verilog实现,同时包含有testbench。-Verilog of MD5 algorithm is realized, includes testbench at the same time .
md5
- 我传的都是易语言写的源码 最近都在学习易语言。。 这个是 MD5 计算 的一个小程序。
MD5
- 纯c md5实现 至少20字 还没到 这回肯定到了-pure c mdf implement at least 20 words not enough yet it should be enough now
ibe_dec
- 椭圆曲线加密算法,解密一步的源代码,有详细注释-elliptic curve encryption algorithm, decryption step in the source code, a detailed Notes
DES
- 这是一个DES(数据加密标准)的源代码,用于加密数据,很适合用于文件加密。-This ia a passage of code of DES,which you can use to encrypt you data,besides,this is also a good tool to encrypt your document.
CryptDES
- 标准加密解密函数接口!用于数据加密解密!-Standards for encryption and decryption function interface
zipcrack
- 解zip(V1.1)文件密码的程序源码- Solves zip (V1.1) the document password procedure source code
zipcrack.c
- 口令破解算法源代码-crack password algorithm source code
DEScode
- DES加密算法,利用VC++开发出来。DES是数据加密标准,它是在换位和替代密码的基础上发展来的。
C-DES2
- 已在STM32F103芯片上测试过的DES加密程序-DES encryption program has been tested on the STM32F103 chip
