provides interoperable MD5-based crypt() functions for perl
The unix_md5_crypt() provides a crypt()-compatible interface to the rather new MD5-based crypt() function found in modern operating systems. It is based on the implementation found on FreeBSD 2.2-RELEASE.
The unix_md5_crypt() provides a crypt()-compatible interface to the rather new MD5-based crypt() function found in modern operating systems. It is based on the implementation found on FreeBSD 2.2-RELEASE.
To install p5.34-crypt-passwdmd5, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-crypt-passwdmd5
To see what files were installed by p5.34-crypt-passwdmd5, run:
port contents p5.34-crypt-passwdmd5
To later upgrade p5.34-crypt-passwdmd5, run:
sudo port selfupdate && sudo port upgrade p5.34-crypt-passwdmd5
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.