A rust cli utility for generating WPA3 URIs according to the specification
cargo run -- --help
Or, for example, if your WPA3 exclusive wifi name is π:
cargo run -- --ssid π -p my-password --encryption-transition 1
...which results in:
WIFI:T:WPA;R:1;S:π;P:my-password;;
- Public Key
- Id
- Validation
- Percent encoding (currently nothing is encoded)