wpa_passphrase

Generate a WPA-PSK key from an ASCII passphrase for a given SSID. More information: <https://manned.org/wpa_passphrase.1>.

Debian Debian
RUN apt-get update && \ apt-get install -y wpasupplicant
Ubuntu
RUN apt-get update && \ apt-get install -y wpasupplicant
Alpine
RUN apk add wpa_supplicant
Arch Arch Linux
RUN pacman -S --noconfirm wpa_supplicant
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y wpasupplicant
Fedora
RUN dnf install -y wpa_supplicant-1
Raspbian
RUN apt-get update && \ apt-get install -y wpasupplicant
click the source code to copy install wpa_passphrase on any operating system with command-not-found.com