https://github.com/bclehmann/passwordgenerator
https://github.com/bclehmann/passwordgenerator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bclehmann/passwordgenerator
- Owner: bclehmann
- License: unlicense
- Created: 2022-01-30T01:20:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T01:36:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T22:42:12.990Z (12 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasswordGenerator
usage: main.py [-h] [--length LENGTH] [--charset CHARSET] [--alphanumeric]
options:
-h, --help show this help message and exit
--length LENGTH, -l LENGTH
--charset CHARSET, -c CHARSET
--alphanumeric
- --length, -l
- The length of the password to generate. Default 32
- --charset, -c
- The charset to use. Default abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*()-_=+`~[]{}
- This default was chosen to prevent characters that can be problematic in things like connection strings, .env files, etc
- --alphanumeric
- Replaces the charset with abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890