#psk #passphrase #wpa #ssid #generate #key #pre-shared

bin+lib wpa_passphrase

Generate a WPA PSK from a SSID and passphrase

3 releases (breaking)

0.3.0 Dec 17, 2023
0.2.0 Dec 30, 2022
0.1.0 Mar 25, 2022

#743 in Authentication

Download history 37/week @ 2024-10-27 44/week @ 2024-11-03 47/week @ 2024-11-10 21/week @ 2024-11-17 64/week @ 2024-11-24 71/week @ 2024-12-01 71/week @ 2024-12-08 86/week @ 2024-12-15 25/week @ 2024-12-22 30/week @ 2025-01-05 80/week @ 2025-01-12 22/week @ 2025-01-19 5/week @ 2025-01-26 30/week @ 2025-02-02 165/week @ 2025-02-09

224 downloads per month

GPL-3.0-or-later

18KB
58 lines

wpa_passphrase

Generate a Wpa PSK (Pre-Shared Key) from a ssid and passphrase.

This is rust rewrite of the wpa_passphrase program written for wpa_supplicant. See the README for license information.

Install the binary with cargo install wpa_passphrase.

In addition to the binary, this crate is a library that provides a generate_psk_sha1 function for use in other rust programs.

Dependencies

~1.5–2.2MB
~42K SLoC