-
MD4的源代码。该算法来源于应用密码学的随书附带光盘。已通过调试...
MD4的源代码。该算法来源于应用密码学的随书附带光盘。已通过调试-MD4 source. The algorithm derived from the application of cryptography book with CD-ROM attached. Through debug
- 2022-05-21 08:15:41下载
- 积分:1
-
说明:des算法的实现代码 */
能够实现56位或56*n密钥的des算法,可以通过该程序提供的接
进行数据的加密,保证数据在传送...
说明:des算法的实现代码 */
能够实现56位或56*n密钥的des算法,可以通过该程序提供的接
进行数据的加密,保证数据在传送过程的安全性-Description: des algorithm realize the code*/can be achieved 56 or 56* n keys des algorithm, can be provided through the program access data encryption to ensure data security during transmission of
- 2023-07-08 13:10:03下载
- 积分:1
-
安全文件柜,使用CryptApi接口实现.
安全文件柜,使用CryptApi接口实现.-Security file cabinet, the use of CryptApi interface.
- 2022-04-17 22:01:11下载
- 积分:1
-
RSA密码
RSA的程序代码-RSA code
- 2023-02-02 05:15:04下载
- 积分:1
-
amendment of the original CMd5 CaculateStr function of the type of serious error...
修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to get the correct result, Unicode support (Unicode does not need conversion)
- 2022-01-25 16:30:42下载
- 积分:1
-
MD5, can be extracted document summaries, compare and testing to achieve fingerp...
MD5计算,可以将文件提取出摘要,进行比对,校验,实现指纹算法-MD5, can be extracted document summaries, compare and testing to achieve fingerprint algorithm
- 2022-08-17 23:53:58下载
- 积分:1
-
AES候选算法,安全性高于3DES而速度快过DES
AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
- 2022-01-26 04:57:24下载
- 积分:1
-
rc5
rc5-cts 模式的实现源码,与RFC中的实有所不同-RC5- ctc-source model of achievement, and the RFC is different
- 2022-04-06 11:43:12下载
- 积分:1
-
硬盘保护锁,绝对经典,研究硬盘加密的不得不看呀
硬盘保护锁,绝对经典,研究硬盘加密的不得不看呀-Hard drive protection locks, an absolute classic, researchers have looked hard disk encryption
- 2022-06-29 00:50:46下载
- 积分:1
-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1