Leo's Lab
Security Tool Client-Side Only

Password Generator

Generate cryptographically secure passwords. All generation happens locally in your browser.

Configuration

Security Guarantee

  • All passwords are generated locally using crypto.getRandomValues()
  • No passwords are sent to any server or stored anywhere
  • No network requests are made during generation
  • Source code is fully inspectable in your browser's developer tools