MD5: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
MD5 is a cryptographically secure message digest algorithm. It takes an arbitrary-sized input - a byte array - and generates a fixed size output, called a ''digest'' or ''hash''. MD5 produces a 16 byte digest. | MD5 is a cryptographically secure message digest algorithm. It takes an arbitrary-sized input - a byte array - and generates a fixed size output, called a ''digest'' or ''hash''. MD5 produces a 16 byte digest. | ||
=Computing MD5= | |||
=OpenSSL= | =OpenSSL= | ||
An MD5 hash can be [[Openssl_Operations#Generate_an_MD5_Hash|generated with OpenSSL]]. | An MD5 hash can be [[Openssl_Operations#Generate_an_MD5_Hash|generated with OpenSSL]]. |
Revision as of 07:49, 6 May 2018
External
Internal
Overview
MD5 is a cryptographically secure message digest algorithm. It takes an arbitrary-sized input - a byte array - and generates a fixed size output, called a digest or hash. MD5 produces a 16 byte digest.
Computing MD5
OpenSSL
An MD5 hash can be generated with OpenSSL.