搜索资源列表
cryptix_src_3-1-2.zip
- 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码
VBCrypto2.zip
- 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
md5coll
- 用c语言实现得用于测试/md4md5散列算法的可碰撞性算法,用于证明md4/md5的可碰撞性-using language may be used to test / md4md5 hash algorithm collision algorithm can be used to prove md4/md5 nature of the collision
MD4-DOS.ZIP
- MD4的源代码。该算法来源于应用密码学的随书附带光盘。已通过调试-MD4 source. The algorithm derived from the application of cryptography book with CD-ROM attached. Through debug
VBCrypto2.zip
- 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
md4
- 用C语言编写程序,按照MD4标准文档rcf1320内容编写算法,对字符串进行MD4加密,生成128bit的密文-Write programs in C language, according to the standard document rcf1320 content written MD4 algorithm, MD4 string encryption, the ciphertext generated 128bit
cryptix-jce-20050328-snap
- 包含各種加密演算法和Digital Signatures(MD2 MD4 MD5 RIPEMD-128 RIPEMD-160 SHA-0 SHA-1 SHA-256 SHA-384 SHA-512 Tiger)-THIS SOFTWARE IS PROVIDED BY THE CRYPTIX FOUNDATION LIMITED ``AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
cryptix_src_3-1-2
- 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码- Another uses the java compilation the encryption general algorithm package, contains des, rsa, sha, md5, md4, md2, idea, blowfish and so on the very many encryption algor
crypto_api_hashes
- Delphi Cryptographic API Hash example using MD2 MD4 MD5 SHA1 GOST-Delphi Cryptographic API Hash example using MD2 MD4 MD5 SHA1 GOST
MD4
- 这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下-MD4碰撞
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
mdigest-1.0.tar
- mdigest提供了不同信息摘要算法的接口,如MD2, MD4, MD5, SHA, SHA1, SHA256, SHA384-It provides a common interface to different message digest algorithms,such as MD2, MD4, MD5, SHA, SHA1, SHA256, SHA384
MD5
- MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。 将数据(如汉字)运算为另一固定长度值是杂凑算法的基础原理,MD5的前身有MD2、MD3和MD4。-MD5 or Message-Digest Algorithm 5 (Information- Digest Algorithm 5), used to ensure a complete a
md4
- md4 c++编写,,一头文件和一源文件-md4 c++编写,,一头文件和一源文件
md5
- MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only thr
md4
- 很给力的MD4算法,对文件进行Hash操作,非常实用的东西哦,亲-MD4 c++
md4
- 用vs2008编写的md4 加密算法,适合初学者学习md4算法。基于win32的。-With the vs2008 written md4 encryption algorithm, suitable for beginners to learn md4 algorithm. Based win32.
md4
- 实现MD4加密算法的源文件,总共包含两个文件,一个cpp,一个h,非常简洁-The source file to achieve MD4 encryption algorithm , contains a total of two documents, one cpp, one h.It is very brief.
md4
- MD4 算法标准源码 md4 hash算法-md4 Hash
MD4
- MD4杂凑算法的C程序,经测试可用,且可进行debug,用来验证其他加密工具的正确性。(MD4 hash algorithm C program, the test is available, and can be used to verify the correctness of debug and other encryption tool.)