Generate a WPA PSK from an ASCII passphrase for a SSID
wpa_passphrase pre-computes PSK entries for network configuration blocks of a wpa_supplicant.conf file. An ASCII passphrase and SSID are used to generate a 256-bit PSK.
wpa_passphrase pre-computes PSK entries for network configuration blocks of a wpa_supplicant.conf file. An ASCII passphrase and SSID are used to generate a 256-bit PSK.
To install wpa_passphrase, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wpa_passphrase
To see what files were installed by wpa_passphrase, run:
port contents wpa_passphrase
To later upgrade wpa_passphrase, run:
sudo port selfupdate && sudo port upgrade wpa_passphrase
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.