Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 514 Bytes

wpa3-uri

A rust cli utility for generating WPA3 URIs according to the specification

Run the Thing

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;;

TODO:

  • Public Key
  • Id
  • Validation
  • Percent encoding (currently nothing is encoded)