MD4
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |released=1990 }} '''MD4''' is a 128-bit cryptographic hash function. It has known weaknesses that make it insecure for ...") |  (Software) | ||
| Line 9: | Line 9: | ||
| * RFC 1186 (obsolete) | * RFC 1186 (obsolete) | ||
| * RFC 1320 (retired by RFC 6150) | * RFC 1320 (retired by RFC 6150) | ||
| + | |||
| + | == Software == | ||
| + | * [http://www.openssl.org/ OpenSSL] (<code>openssl dgst -md4</code>) | ||
| == Links == | == Links == | ||
| * [[Wikipedia:MD4|Wikipedia article]] | * [[Wikipedia:MD4|Wikipedia article]] | ||
Revision as of 17:37, 5 July 2013
MD4 is a 128-bit cryptographic hash function. It has known weaknesses that make it insecure for some purposes.
Specifications
Software
-  OpenSSL (openssl dgst -md4)

