summaryrefslogtreecommitdiff
path: root/wpa-psk/README.md
blob: f3fd05df62f762ff0a574fdea729b2a79f92d809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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] for more information.

This project's original source code is hosted [here][home].

[docs]: https://docs.rs/wpa-psk/latest/wpa_psk/
[home]: https://git.skreutz.com/wpa-psk.git/

## 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.