Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 641 Bytes

File metadata and controls

executable file
·
15 lines (10 loc) · 641 Bytes

Password Generator

Netlify Status

I'm aware this project could have been titled YAPG (Yet Another Password Generator). I built it because I need a password generator that:

  1. is fast.
  2. lives in the browser but works locally.
  3. can run offline.
  4. requires as few clicks as possible to get a password.
  5. promotes the use of long-ish passwords.

Implementation details

The project is based on Bradley-H's work and is powered by SvelteKit.