Description
Perl software can produce or verify MD5-based password hashes through an interface compatible with crypt(). This is mainly useful for legacy account databases or systems that still expect that hash format.
It is an authentication compatibility library. MD5-based password hashing is not appropriate for new systems, which should use modern password hashing algorithms with proper parameters.