Skip to content

feat: Add Password Generator utility with customizable options#1140

Closed
Ashvin-KS wants to merge 1 commit into
steam-bell-92:mainfrom
Ashvin-KS:feat/password-generator
Closed

feat: Add Password Generator utility with customizable options#1140
Ashvin-KS wants to merge 1 commit into
steam-bell-92:mainfrom
Ashvin-KS:feat/password-generator

Conversation

@Ashvin-KS

Copy link
Copy Markdown
Contributor

Summary

Adds a secure password generator utility to the web-app with customizable options.

Features

  • Customizable length (8-64 characters)
  • Include/exclude uppercase, lowercase, numbers, symbols
  • Copy to clipboard functionality
  • Password strength indicator
  • Uses crypto API for secure random generation

Technical Details

  • Pure HTML/CSS/JS (no dependencies)
  • Matches existing web-app style
  • Responsive design
  • Uses Web Crypto API for secure random generation

Closes #1130

- Customizable length (8-64 characters)
- Include/exclude uppercase, lowercase, numbers, symbols
- Copy to clipboard functionality
- Password strength indicator
- Uses crypto API for secure random generation

Closes steam-bell-92#1130
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

@Ashvin-KS is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Password Generator utility with customizable options

2 participants