#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

#777 in Authentication

Download history 23/week @ 2024-11-16 63/week @ 2024-11-23 67/week @ 2024-11-30 69/week @ 2024-12-07 93/week @ 2024-12-14 24/week @ 2024-12-21 1/week @ 2024-12-28 26/week @ 2025-01-04 82/week @ 2025-01-11 24/week @ 2025-01-18 5/week @ 2025-01-25 27/week @ 2025-02-01 172/week @ 2025-02-08 45/week @ 2025-02-15 34/week @ 2025-02-22 16/week @ 2025-03-01

283 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.7–2.4MB
~48K SLoC