Skip to content

jacob-alford/wpa3-uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages