Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 680 Bytes

File metadata and controls

32 lines (22 loc) · 680 Bytes

passgen

Password Generator

Generate cryptographically secure passwords with custom length and character types, right in your browser — free and open source

Stack

Getting started

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)