summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-03-13 19:16:19 +0100
committerStefan Kreutz <mail@skreutz.com>2024-03-13 19:16:19 +0100
commit3e6c250a9bc3192550b30eabe65cc236d94dbef8 (patch)
tree15f6d6b27ff1f8869f5aa3f794716e2177da9a52
parent47ad684457eab838bbbc149a3f96d834df7b2a40 (diff)
downloadwpa-psk-3e6c250a9bc3192550b30eabe65cc236d94dbef8.tar
Link original Git repository
-rw-r--r--wpa-psk-cli/README.md4
-rw-r--r--wpa-psk/README.md3
2 files changed, 7 insertions, 0 deletions
diff --git a/wpa-psk-cli/README.md b/wpa-psk-cli/README.md
index 6c00a4c..f450d6c 100644
--- a/wpa-psk-cli/README.md
+++ b/wpa-psk-cli/README.md
@@ -3,6 +3,10 @@
This is a command-line utility to compute the WPA pre-shared key of a Wi-Fi
SSID and passphrase. See also the corresponding Rust library `wpa-psk`.
+This project's original source code is hosted [here][home].
+
+[home]: https://git.skreutz.com/wpa-psk.git/
+
## Usage
Hash a typical SSID and passphrase:
diff --git a/wpa-psk/README.md b/wpa-psk/README.md
index 89bcef2..f3fd05d 100644
--- a/wpa-psk/README.md
+++ b/wpa-psk/README.md
@@ -5,7 +5,10 @@ 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
Generated by cgit. See skreutz.com for my tech blog and contact information.