summaryrefslogtreecommitdiff
path: root/wpa-psk/Cargo.toml
blob: ebaf9f5ed1a5fe8571daee5e04dbd94b6e87f803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wpa-psk"
version = "0.2.1"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "Compute the WPA-PSK of a Wi-FI SSID and passphrase"
readme = "README.md"
repository = "https://git.skreutz.com/wpa-psk.git"
license = "MIT OR Apache-2.0"
keywords = ["wifi", "wpa", "password", "hash"]
categories = ["algorithms"]
publish = true

[dependencies]
pbkdf2 = { version = "0.11.0", default-features = false }
hmac = { version = "0.12.1", default-features = false }
sha1 = { version = "0.10.5", default-features = false }
Generated by cgit. See skreutz.com for my tech blog and contact information.