https://github.com/k4yt3x/wifi-keygen
A utility that generates a long, complex and secure wifi password.
https://github.com/k4yt3x/wifi-keygen
password security wifi-keygen
Last synced: 10 months ago
JSON representation
A utility that generates a long, complex and secure wifi password.
- Host: GitHub
- URL: https://github.com/k4yt3x/wifi-keygen
- Owner: k4yt3x
- License: gpl-3.0
- Created: 2018-03-04T17:06:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T17:48:26.000Z (over 7 years ago)
- Last Synced: 2025-01-17T11:12:48.215Z (over 1 year ago)
- Topics: password, security, wifi-keygen
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiFi-Keygen
A utility that generates a long, complex and secure wifi password.
## Usages
First get WiFi-Keygen from github
~~~~
$ git clone https://github.com/K4YT3X/wifi-keygen.git
$ cd wifi-keygen/
~~~~
Then run it with python3
~~~~
$ python3 wifi-keygen.py
~~~~
OR
~~~~
$ ./wifi-keygen.py
~~~~
## Arguments
~~~~
usage: wifi-keygen.py [-h] [--uppercase] [--lowercase] [--digits] [--symbols]
[-a] [-q] [--version]
optional arguments:
-h, --help show this help message and exit
Character Selection:
--uppercase Include uppercase ASCII characters
--lowercase Include lowercase ASCII characters
--digits Include digits
--symbols Include symbols
-a, --all Include all possible characters (Default)
Extra:
-q, --quiet Quiet Mode
--version Show WiFi-Keygen version and exit
~~~~