Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method.
Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method.
To install ophcrack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ophcrack
To see what files were installed by ophcrack, run:
port contents ophcrack
To later upgrade ophcrack, run:
sudo port selfupdate && sudo port upgrade ophcrack
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.