Projects

Strong Password Generator

2021·1 min read

JavaScript
HTML
CSS
LinkGitHub

A small vanilla-JS password generator. Pick a length, toggle the character classes you want (uppercase, lowercase, numbers, symbols), generate, and copy to clipboard with one click.

A small vanilla-JS password generator. Pick a length, toggle the character classes you want (uppercase, lowercase, numbers, symbols), generate, and copy to clipboard with one click.

Live demo →

Tech

  • HTML
  • CSS
  • JavaScript (no dependencies)

Run it locally

Clone the repo and open index.html in a browser:

git clone https://github.com/Vette1123/Passowrd-Generator.git
cd Passowrd-Generator
# open index.html

Features

  • Length slider (any value you like)
  • Toggle which character sets are included
  • One-click copy of the generated password