MD5
Jump to navigation
Jump to search
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.
OpenSSL
An MD5 hash can be generated with OpenSSL.