bissap

Utilities

Secure password generator

Create a strong, random, unique password. Everything happens in your browser: nothing is sent.

 

Strength : Weak

The password is generated on your device and is never sent or stored.

Set the length and character types, then copy your password. The draw uses the browser's cryptographic generator (crypto.getRandomValues): every password is unpredictable and generated locally.

  • Cryptographic draw, never transmitted.
  • Customizable length and characters.
  • Optional exclusion of ambiguous characters (O, 0, l, I).

See also

QR code generator
Create a QR code from text or a link.
JSON formatter
Indent, minify and validate JSON.
CSV ⇄ JSON converter
Convert between CSV and JSON.
Color converter
Convert between HEX, RGB and HSL.