md5deep and hashdeep are a cross-platform set of programs to recursively compute MD5, SHA-1, or SHA-256 message digests on an arbitrary number of files.
md5deep and hashdeep are a cross-platform set of programs to recursively compute MD5, SHA-1, or SHA-256 message digests on an arbitrary number of files.
To install md5deep, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install md5deep
To see what files were installed by md5deep, run:
port contents md5deep
To later upgrade md5deep, run:
sudo port selfupdate && sudo port upgrade md5deep
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.