Forrest logo
back to context overview

wpa_passphrase

List of commands for wpa_passphrase:

  • wpa_passphrase:tldr:34030 wpa_passphrase: Compute and display WPA-PSK key for a given SSID specifying the passphrase as an argument.
    $ wpa_passphrase ${SSID} ${passphrase}
    try on your machine
    explain this command
  • wpa_passphrase:tldr:cdd45 wpa_passphrase: Compute and display the WPA-PSK key for a given SSID reading the passphrase from `stdin`.
    $ wpa_passphrase ${SSID}
    try on your machine
    explain this command
back to context overview