An utility for generating secure passphrases. Implements several methods for passphrase generation including the Diceware method with 8192 word dictionary compiled in the executable.
An utility for generating secure passphrases. Implements several methods for passphrase generation including the Diceware method with 8192 word dictionary compiled in the executable.
To install secpwgen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install secpwgen
To see what files were installed by secpwgen, run:
port contents secpwgen
To later upgrade secpwgen, run:
sudo port selfupdate && sudo port upgrade secpwgen
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.