summaryrefslogtreecommitdiff
path: root/wpa-psk/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-28 15:15:39 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-28 15:15:39 +0200
commit988c7921eacee0cf0b519788c143fe428972b0dc (patch)
tree960de0b9d552c6b8dc28475acc0276ec66ae8e5f /wpa-psk/README.md
parent7b9bff64d6c13cc8ea592c2ef6fec96d7062f0c5 (diff)
downloadwpa-psk-0.2.0.tar
Extract wpa-psk-cli cratewpa-psk-cli-0.1.0wpa-psk-0.2.0
Diffstat (limited to 'wpa-psk/README.md')
-rw-r--r--wpa-psk/README.md22
1 files changed, 22 insertions, 0 deletions
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/
Generated by cgit. See skreutz.com for my tech blog and contact information.