2 unstable releases
0.2.0 | Dec 30, 2022 |
---|---|
0.1.0 | Mar 25, 2022 |
#456 in Authentication
18KB
53 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
~2.5MB
~50K SLoC