https://github.com/drbarzaga/passgen
A simple password generator
https://github.com/drbarzaga/passgen
password password-generator react security strong-password strong-passwords
Last synced: about 1 month ago
JSON representation
A simple password generator
- Host: GitHub
- URL: https://github.com/drbarzaga/passgen
- Owner: drbarzaga
- Created: 2026-04-15T19:05:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T22:37:09.000Z (3 months ago)
- Last Synced: 2026-04-23T00:26:47.636Z (3 months ago)
- Topics: password, password-generator, react, security, strong-password, strong-passwords
- Language: TypeScript
- Homepage: https://passgen-beryl-ten.vercel.app
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
Generate cryptographically secure passwords with custom length and character types, right in your browser — free and open source
## Stack
- [React](https://react.dev)
- [Vite](https://vite.dev)
- [shadcn/ui](https://ui.shadcn.com)
- [Tailwind CSS](https://tailwindcss.com)
## Getting started
```bash
bun install
bun dev
```
## Features
- Cryptographically secure (`crypto.getRandomValues`)
- Configurable length (6–64 characters)
- Character types: uppercase, lowercase, numbers, symbols
- Exclude ambiguous characters (0, O, l, 1, I)