logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

wpa_passphrase - Generate a WPA PSK from an ASCII passphrase for a SSID

Name

       wpa_passphrase - Generate a WPA PSK from an ASCII passphrase for a SSID

Options

ssid   The SSID whose passphrase should be derived.

       passphrase
              The passphrase to use. If not included on the command line, passphrase will be read from  standard
              input.

Overview

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.

See Also

wpa_supplicant.conf(5) wpa_supplicant(8)

Synopsis

wpa_passphrase [ ssid ] [ passphrase ]

See Also