Welcome![Sign In][Sign Up]
Location:
Search - md4

Search list

[Linux-Unixirqs-8x50

Description: MD4 Message Digest Algorithm (RFC1320) for Linux v2.13.6.
Platform: | Size: 2048 | Author: wingmunxao | Hits:

[Otherrehash_src

Description: 哈希值的计算,主要有md4和md5,crc16和crc32,sha1和sha2等-Compute the hash value, mainly md4 and md5, crc16 and crc32, sha1 and sha2 etc.
Platform: | Size: 827392 | Author: itff11 | Hits:

[Embeded-SCM Developtest_md4

Description: Test program for MD4 (test vectors from RFC 1320).
Platform: | Size: 1024 | Author: ptsho | Hits:

[Crack HackTESTMD4

Description: 用MFC实现MD4算法,可在界面中输入数据进行MD4的计算-MD4 algorithm with MFC,You can enter data in the interface calculations MD4
Platform: | Size: 3585024 | Author: 魏春涛 | Hits:

[Windows DevelopVBcrypto

Description: VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。 VB源码,算法相关,Crypto
Platform: | Size: 562844 | Author: frbtrnnrtdyj | Hits:

[CA authSHA

Description: SHA-1 produces a message digest based on principles similar to those used by Ronald L. Rivest of MIT in the design of the MD4 and MD5 message digest algorithms, but has a more conservative design.SHA-2 is a set of cryptographic hash functions (SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256) designed by the U.S. National Security Agency (NSA) and published in 2001 by the NIST as a U.S. Federal Information Processing Standard (FIPS).
Platform: | Size: 24576 | Author: 李倩 | Hits:

[Crack Hackrehash_src

Description: 各种hash算法md2、md4、md5、sha1、crc等-Various hash algorithms md2, md4, md5, sha1, crc, etc.
Platform: | Size: 2350080 | Author: cx61801223 | Hits:

[Linux-UnixJOLIET.RAR

Description: Basic cut-down MD4 transform. Returns only 32 bits of result.
Platform: | Size: 2048 | Author: ciujorai | Hits:

[Linux-Unixhalfmd4

Description: Basic cut-down MD4 transform. Returns only 32 bits of result.
Platform: | Size: 1024 | Author: bhqsqang | Hits:

[Linux-Unixxt_multiport

Description: md4.h Header file for implementation of MD4 Message Digest Algorithm. -md4.h Header file for implementation of MD4 Message Digest Algorithm.
Platform: | Size: 2048 | Author: jyntzw | Hits:

[Linux-Unixmd4

Description: \fn strerror \brief system error message.
Platform: | Size: 4096 | Author: vvkgpui | Hits:

[CA authhash1

Description: hash算法MD4,用C++编写,输入任意长度可输出固定长度的hash值-hash algorithm MD4, written in C++, can be of any length and output a fixed-length hash value
Platform: | Size: 349184 | Author: 郭婷婷 | Hits:

[Windows DevelopStringHash

Description: GUI to hash a string and return the result of many different hash functions. DSA, DSA-SHA, MD4, MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512, whirlpool, RIPEMD160, adler32, crc32.
Platform: | Size: 2048 | Author: alphabet5 | Hits:

[SCMIMU

Description: Keil Md4.7的stm32f10x单片机IMU控制代码(IMU control code based on Keil MDK4.7)
Platform: | Size: 1763328 | Author: 一条咸鱼 | Hits:

[Crack Hackxyssl_0.9.orig.tar

Description: VC /GCC 可以直接编译使用,包含 SSL ,SHA1,SHA2,MD2,MD4,MD5,AES,DES,BASE64,RSA,ARC4,BIGNUM,X509 不依赖各种库文件,可单独编译, 注意,0.93 版本,不是 0.8版本(VC / GCC can be compiled directly, including SSL, SHA1, SHA2, MD2, MD4, MD5, AES, DES, BASE64, RSA, ARC4, BIGNUM, X509 Do not rely on a variety of library files, can be compiled separately, Note that the 0.93 version is not version 0.8)
Platform: | Size: 202752 | Author: 白木行久 | Hits:

[Crack HackMD5

Description: MD5是让大容量信息在用数字签名软件签署私人密匙前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。(MD5 allows large capacity information to be compressed into a secret format before signing a private key with a digital signature software (that is, converting a string of any length into a large integer of a certain length). Whether it's MD2, MD4, or MD5, they all need to get a random length of information and produce a 128 bit summary of the information. Although these algorithms are more or less similar in structure, the design of MD2 is quite different from that of MD4 and MD5, because MD2 has been designed for 8 bit machines, while MD4 and MD5 are 32 bit computers.)
Platform: | Size: 2048 | Author: 雪儿飞飞 | Hits:

[Crack HackMd5加密算法的原理及应用

Description: Md5加密算法的原理及应用 --- Md5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory For Computer Science和Rsa Data Security Inc的Ronaldl.rivest开发出来,经md2、md3和md4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被“压缩”成一种保密的格式。由于md5算法的使用不需要支付任何版权费用的,所以在一般的情况下,md5也不失为一种非常优秀的加密算法,被大量公司和个人广泛使用。(The principle and application of Md5 encryption algorithm)
Platform: | Size: 27648 | Author: 润润泽泽 | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net