This is a simple password generator web application that allows you to create strong and secure passwords. You can customize the length and character types (uppercase letters, lowercase letters, numbers, and symbols) included in your generated password.
Open the index.html
file in your web browser.
Set the desired password length using the range slider or input field. The default length is 1 character, and the maximum is 32 characters.
Check or uncheck the checkboxes to include or exclude character types (Uppercase, Lowercase, Numbers, and Symbols) in your password.
Click the "Generate Password" button to create a random password based on your settings.
Your generated password will be displayed in the "Your Password" field.