Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.46 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.46 KB

Random Password Generator

For a live preview of this project, visit this link.

This project is a Web Application built with HTML, CSS, and JavaScript.

Description

This Random Password Generator is a user web application that enables individuals to generate unique passwords. Its purpose is to assist users in creating passwords, for their accounts reducing the chances of access and enhancing online security.

Features

  • Adjustable Password Length: Users can select the desired password length using a range slider, allowing them to generate passwords of varying sizes.

  • Customizable Settings: The generator offers options for including lowercase letters (a-z), uppercase letters (A-Z), numbers (0-9), and symbols (!-$+<). Users can tailor the password to meet specific requirements.

  • Exclude Duplicate Characters: A checkbox allows users to prevent the generator from including duplicate characters, ensuring a truly random and unique password.

  • Include Spaces: Another option allows users to include spaces in the generated password, which can be useful for certain password policies.

  • Password Strength Indicator: The application includes a visual indicator of password strength, helping users gauge the overall security of their generated passwords.

  • Copy to Clipboard: With a single click, users can easily copy the generated password to their clipboard for easy use.