Skip to content

Lia-Moon/Password-Generator-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 Password Generator

Welcome to our new password generator! The fast, easy, and secure way to create strong, unique passwords for all your online accounts. Stop reusing weak passwords and protect your digital life today!


Features

  • Customizable Length: Generate passwords from 6 to 35 characters long.
  • Character Options: Include or exclude:
    • Uppercase Letters (A-Z)
    • Lowercase Letters (a-z)
    • Numbers (0-9)
    • Symbols (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~)
  • Instant Generation: Get a new secure password with a single click.
  • One-Click Copy: Easily copy the generated password to your clipboard.
  • Client-Side Security: All password generation happens in your browser; no data is ever sent to a server, ensuring maximum privacy.

🚀 Getting Started

Visit the Website

You can access the generator here:

🔗 Password Generator Website

How to Use

  1. Adjust Settings: Use the sliders and checkboxes to set your desired password length and select the character types you want to include.
  2. Generate: Click the "Generate" button. A new, secure password will appear.
  3. Copy: Click the "Copy" button to save the password to your clipboard.
  4. Use It! Paste the strong, new password into the application or website you need to secure.

🛡️ Security & Privacy

Your security is our top priority.

  • Zero Data Collection: We do not track, store, or log any passwords generated.
  • Local Processing: The cryptographic logic for generating passwords runs entirely on your device (client-side), meaning the passwords never leave your browser.

🛠️ Tech Stack (For Developers)

SecurePass Generator is built using modern web technologies for a fast and reliable experience:

  • Frontend: HTML5, CSS3, JavaScript (Vanilla)
  • Styling: custom CSS
  • Deployment: Vercel

✍️ Contributing

We welcome contributions to make the generator even better!

  1. Fork the repository.
  2. Clone your forked repository.
  3. Create a new branch (git checkout -b feature/AmazingFeature).
  4. Commit your changes (git commit -m 'Add some AmazingFeature').
  5. Push to the branch (git push origin feature/AmazingFeature).
  6. Open a Pull Request.

Releases

No releases published

Packages

No packages published