A password generator that allows users to select the password length and toggle the inclusion of numbers, special characters, and uppercase letters. The displayed password updates dynamically based on the selected options.
This project is just a practical exercise for me, so it isn't meant to be secure in any way. Consider using other password generators for your passwords if you need strong security.
- Customize password length
- Toggle inclusion of numbers
- Toggle inclusion of special characters
- Toggle inclusion of uppercase letters
- Real-time password updates
- Open the password generator page.
- Use the sliders and checkboxes to customize your password.
- Copy the generated password using the COPY button.