Stop using 'password123' or your birthday. On Tap's Password Generator creates truly random, secure passwords with full customization of what goes into them.
Customization options:
• Length (4-128 characters)
• Uppercase letters (A-Z)
• Lowercase letters (a-z)
• Numbers (0-9)
• Special symbols (!@#$%^&* etc.)
• Generate multiple passwords at once
• Copy to clipboard instantly
Security features:
• Uses cryptographically secure randomization (crypto.getRandomValues)
• Nothing sent to servers - generates locally in browser
• No logging or storage of generated passwords
• Refresh page and they're gone forever
Why length matters more than complexity:
A 16-character password with just lowercase letters (26^16 combinations) is stronger than an 8-character password with all character types. Length beats complexity. Aim for 16+ characters minimum.
Use cases:
• Creating new account passwords
• Generating API keys
• Database credentials
• Wi-Fi passwords
• Temporary access codes
Pro tip: Use a password manager to store these. Don't try to remember randomly generated passwords - that defeats the purpose.