资源列表
MD5
- 纯c md5实现 至少20字 还没到 这回肯定到了-pure c mdf implement at least 20 words not enough yet it should be enough now
MD5(verilog)
- MD5算法的verilog实现,同时包含有testbench。-Verilog of MD5 algorithm is realized, includes testbench at the same time .
md5
- 我传的都是易语言写的源码 最近都在学习易语言。。 这个是 MD5 计算 的一个小程序。
95
- Vb中的MD5校验算法源码及示例,很不错的VB源码,适合VB爱好者学习研究。-Vb MD5 checksum algorithm source code and examples, very good VB source code for VB enthusiasts to learn.
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
MD5lib
- /* 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) 输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* MDFile (char *) 输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* hmac_md5(char* text, char* key) 输入任意一个字符串text,和一个用做密钥
MD5
- 一个MD5码和sha加密类,可以对明文进行加密。可以用于注册用户密码-An MD5 code and sha encryption type, you can encrypt the plaintext. Can be used to register the user password
jm
- 用过共享软件的人都知道,一般的共享软件(特别是国外的)在使用一段时间后都会提出一些“苛刻”的要求,如让您输入注册号等等。如果您想在软件中实现该“功能”的话,方法有很多。在这里我介绍一种我认为安全性比较高的一种,仅供参考。 大家都知道,当您在命令行中键入“dir”指令后,系统都会读出一个称作serial number的十六进制数字。这个数字理论上有上亿种可能,而且很难同时找到两个序列号一样的硬盘。这就是我这种注册方法的理论依据,通过判断指定磁盘的序列号决定该机器的注册号。 -Used to
ws-encryptcode
- 加密/解密webservice程序!-encryption / decryption webservice procedures!
list_provider
- Getting started examples for the JCE and JCE provider installation.-Getting started examples for the JCE and JC E. provider installation.
DES
- DES算法,DES的具体变换过程,轮变换等-DES algorithm, the specific process of DES transformation, rotation transform
LZWarithmetic
- LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
