Welcome to JSPassGen, the ultimate password generator that'll make your passwords stronger than a superhero's cape! 💪 This simple web app lets you create secure, random passwords with customizable options. No more "password123" – let's get creative! 😎
- Customizable Length: Set your password length from 1 to 128 characters. Who needs limits? 🌟
- Character Sets: Mix and match uppercase letters (A-Z), lowercase (a-z), special characters (!@#$%^&*()), and numbers (0-9). Pick your poison! 🧪
- Real-time Generation: Password updates instantly as you tweak options. Magic! ✨
- Copy to Clipboard: One-click copy with a fancy animation. Boom! 📋➡️
- Reset Button: Back to defaults in a flash. Fresh start! 🔄
- Responsive Design: Looks great on any device. Mobile-friendly! 📱
- Open
index.htmlin your favorite web browser. No server needed – it's pure static goodness! 🌐 - Adjust the password length using the number input.
- Check/uncheck the character set options (uppercase, lowercase, special, numbers).
- Hit GENERATE to create your password. It appears in the text field automatically!
- Click the copy button (📋) to copy the password to your clipboard. The icon changes to a checkmark (✓) for confirmation.
- Use RESET to restore default settings and clear the password.
Pro tip: The password generates on-the-fly as you change options – no need to click generate every time! 🧠
- HTML5: For the structure. Building blocks! 🧱
- CSS3: For the sleek, dark theme styling. Looking sharp! 🎨
- JavaScript (Vanilla): For the logic and interactivity. No frameworks, just pure JS power! ⚡
- Fonts: Custom Droid Sans font for that retro feel. 📝
No installation required! Just clone the repo and open index.html in a browser.
git clone https://github.com/yourusername/JSPassGen.git
cd JSPassGen
# Open index.html in your browser