A comprehensive Python interface to the mhash library.
A comprehensive Python interface to the mhash library, which provides a uniform interface to access several hashing algorithms such as MD4, MD5, SHA1, SHA160, and many others.
A comprehensive Python interface to the mhash library, which provides a uniform interface to access several hashing algorithms such as MD4, MD5, SHA1, SHA160, and many others.
To install py27-mhash, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-mhash
To see what files were installed by py27-mhash, run:
port contents py27-mhash
To later upgrade py27-mhash, run:
sudo port selfupdate && sudo port upgrade py27-mhash
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.