An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


passgen

# 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)