搜索资源列表
md5
- MD5 Source Code This optimized MD5 implementation conforms to RFC 1321
MD5Proj
- MD5算法的C++版本,从RFC文档中移植出来
fips-198a
- This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative Approved cryptographic hash function, in combination with a
rc5-cts_std
- rc5-cts 模式的实现源码,与RFC中的实有所不同-RC5 - ctc-source model of achievement, and the RFC is different
sha1.rar
- 纯c语言写的。这是RFC官方网站上sha1算法,标准通用的。 ,Written in pure c language. This is the RFC algorithm sha1 official website, the standard generic.
md5source
- MD5算法的相关资料,包括王晓云教授的报告和RFC标准文档-MD5 algorithm for relevant information, including the report of Professor Wang Xiaoyun and RFC standards documents
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: M
Md5Code
- C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。 Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
md5
- MD5 A Javascr ipt implementation of the RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321. Version 2.1 Copyright (C) Paul Johnston 1999 - 2002.-MD5 A Javascr ipt implementation of the RSA Data Security, Inc. MD5 Mes
cmd5
- MD5加密,已经封装成一个C++类,只要调用该类就可方便使用-This C++ class serves as a wrapper for the Message Digest 5 code described in the Internet RFC 1321.
Downloads
- RFC 2104 的 SHA1 HMAC 标准库-SHA1 HMAC
sha1
- Freeware implementation of the Secure Hashing Standard, defined in FIPS PUB 180-1, defines the Secure Hashing Algorithm (SHA-1). SHA-1 can be used to produce a message digest for a given message. Essentially, this is a 160-bit number that represents
Md5132
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Written in C for string Summary, Summary of the two functions. Which mainly contains three files: Md5.cpp, Md5.h, Main.cpp. One Md
md5
- MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的散列算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。这里是C语言的具体实现-he MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RF
md5
- Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data Security Inc. April 1992)-Message Digest Algorithm MD5
md5
- A Actionscr ipt implementation of the RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321.
FastMD5
- The MD5 message-digest algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been utilized in a wide variety of security applications, and is also commonly used to check da