Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases.
Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases.
To install p5.32-crypt-generatepassword, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-crypt-generatepassword
To see what files were installed by p5.32-crypt-generatepassword, run:
port contents p5.32-crypt-generatepassword
To later upgrade p5.32-crypt-generatepassword, run:
sudo port selfupdate && sudo port upgrade p5.32-crypt-generatepassword
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.