file tools by iSocialize

Running locally · 0 bytes sent

Working now

Password generator

Generates passwords using the Web Crypto API built into your browser, so the randomness is hardware-grade and nothing is ever sent anywhere.

How to use it

  1. Set the length and count.
  2. Choose which character types to include.
  3. Copy each password or copy them all at once.

Questions

Is this really random?

Yes. It uses window.crypto.getRandomValues, which pulls from your device's hardware random source — the same one used for TLS keys.