Description
Perl code can generate MD5 digests with a pure-Perl implementation for compatibility and checksum workflows. It is useful when native digest modules are unavailable or old code expects this module.
MD5 is broken for collision-resistant security and should not protect passwords, signatures, or trust decisions. Use modern hashes for new security work.