This program spits out passwords which are virtually guaranteed not to be found in the dictionary, but are (usually) pronounceable to speakers of English.
This program spits out passwords which are virtually guaranteed not to be found in the dictionary, but are (usually) pronounceable to speakers of English.
To install pwgen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pwgen
To see what files were installed by pwgen, run:
port contents pwgen
To later upgrade pwgen, run:
sudo port selfupdate && sudo port upgrade pwgen
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.