1WPA_PASSPHRASE(8) WPA_PASSPHRASE(8)
2
3
4
6 wpa_passphrase - Generate a WPA PSK from an ASCII passphrase for a SSID
7
9 wpa_passphrase [ ssid ] [ passphrase ]
10
12 wpa_passphrase pre-computes PSK entries for network configuration
13 blocks of a wpa_supplicant.conf file. An ASCII passphrase and SSID are
14 used to generate a 256-bit PSK.
15
17 ssid The SSID whose passphrase should be derived.
18
19 passphrase
20 The passphrase to use. If not included on the command line,
21 passphrase will be read from standard input.
22
24 wpa_supplicant.conf(5) wpa_supplicant(8)
25
27 wpa_supplicant is copyright (c) 2003-2019, Jouni Malinen <j@w1.fi> and
28 contributors. All Rights Reserved.
29
30 This program is licensed under the BSD license (the one with advertiseā
31 ment clause removed).
32
33
34
35 30 October 2019 WPA_PASSPHRASE(8)