Features of the Random Password Generator:
1. Password Length Control:
Users can specify the length of the password, typically between 8 and 32 characters. This allows them to generate passwords of varying strength based on the length.
2. Character Type Options:
Users can choose which types of characters to include in the password:
Uppercase Letters (A-Z)
Lowercase Letters (a-z)
Numbers (0-9)
Symbols (!@#$%^&* etc.)
This provides flexibility in creating passwords that meet different security requirements.
3. Generate Button:
A button that users click to generate the password based on the selected criteria. The password will be displayed in a text box after generation.
4. Copy to Clipboard:
After generating a password, users can click the Copy button to automatically copy the generated password to their clipboard for easy use.
5. Input Validation:
If users don’t select any character types, they will receive an alert prompting them to select at least one type before generating a password.