Skip to content

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

License

Notifications You must be signed in to change notification settings

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