From 988c7921eacee0cf0b519788c143fe428972b0dc Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 28 May 2022 15:15:39 +0200 Subject: Extract wpa-psk-cli crate --- wpa-psk/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wpa-psk/README.md (limited to 'wpa-psk/README.md') diff --git a/wpa-psk/README.md b/wpa-psk/README.md new file mode 100644 index 0000000..c2e7136 --- /dev/null +++ b/wpa-psk/README.md @@ -0,0 +1,22 @@ +# wpa-psk + +This is a Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and +passphrase. See also the corresponding command-line interface `wpa-psk-cli`. + +See the [crate documentation][docs] more information. + +[docs]: https://docs.rs/wpa-psk/latest/wpa_psk/ + +## License + +This work is distributed under the terms of both, the [MIT License][MIT] and +the [Apache License, Version 2.0][Apache-2.0]. + +[MIT]: LICENSE-MIT +[Apache-2.0]: LICENSE-APACHE-2.0 + +## Contribution + +Contributions are welcome! Please [contact][] me via email. + +[contact]: https://www.skreutz.com/contact/ -- cgit v1.2.3