MD5
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (→Software)  | 
			 (PRONOM)  | 
			||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{FormatInfo  | {{FormatInfo  | ||
| − | |subcat=  | + | |subcat=Encryption  | 
|released=1991  | |released=1991  | ||
| + | |pronom={{PRONOM|fmt/993}}  | ||
}}  | }}  | ||
'''MD5''' is a widely used 128-bit cryptographic hash function.  | '''MD5''' is a widely used 128-bit cryptographic hash function.  | ||
| Line 9: | Line 10: | ||
== Software ==  | == Software ==  | ||
| − | * [  | + | * [[OpenSSL]] (<code>openssl dgst -md5</code>)  | 
* [http://www.gnu.org/software/coreutils/ GNU coreutils] → [http://www.gnu.org/software/coreutils/manual/html_node/md5sum-invocation.html md5sum]  | * [http://www.gnu.org/software/coreutils/ GNU coreutils] → [http://www.gnu.org/software/coreutils/manual/html_node/md5sum-invocation.html md5sum]  | ||
== Links ==  | == Links ==  | ||
* [[Wikipedia:MD5|Wikipedia article]]  | * [[Wikipedia:MD5|Wikipedia article]]  | ||
| + | * [http://stackoverflow.com/questions/348109/is-double-hashing-a-password-less-secure-than-just-hashing-it-once/17396367 Is “double hashing” a password less secure than just hashing it once?]  | ||
| − | [[Category:  | + | [[Category:Error detection and correction]]  | 
Latest revision as of 18:50, 25 March 2017
MD5 is a widely used 128-bit cryptographic hash function.
[edit] Specifications
[edit] Software
-  OpenSSL (
openssl dgst -md5) - GNU coreutils → md5sum