wpa_passphrase

Crates.iowpa_passphrase
lib.rswpa_passphrase
version0.3.0
sourcesrc
created_at2022-03-25 22:42:41.009443
updated_at2023-12-17 23:03:53.036571
descriptionGenerate a WPA PSK from a SSID and passphrase
homepage
repositoryhttps://codeberg.org/picchietti/wpa_passphrase
max_upload_size
id556455
size48,916
Jon Picchietti (picchietti)

documentation

README

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.

Commit count: 0

cargo fmt