π¦ ClawHub
Password Generator
by @dinghaibin
Generate secure passwords and passphrases. Use when user needs to create strong passwords, generate secure tokens, create PINs, or generate memorable passphr...
π‘ Examples
# Simple password
python scripts/generate.pyStrong password with all character types
python scripts/generate.py --length 20 --numbers --symbols --uppercasePIN code
python scripts/generate.py --pinMemorable passphrase
python scripts/generate.py --passphraseMultiple passwords
python scripts/generate.py --count 5
TERMINAL
clawhub install dinghaibin-password-generator