This is a simple password generator web application that allows users to generate secure passwords based on selected criteria.
- Generate passwords with customizable length (6 to 64 characters).
- Include lowercase letters, uppercase letters, numbers, and special characters.
- Copy generated passwords to the clipboard.
- View and copy recently generated passwords.
- HTML
- CSS
- JavaScript
- Bootstrap 5
- Set the desired password length.
- Select the character types to include in the password.
- Click the "Generate Password" button.
- Copy the generated password using the "Copy" button.
- View recently generated passwords using the "View Passwords" button. Recently generated passwords are available for viewing only during your current session. Once you close the browser or the website, they will no longer be accessible.
index.html: The main HTML file for the web application.index.css: The CSS file for styling the web application.index.js: The JavaScript file containing the logic for generating passwords.