Skip to content

Password Generator

Generate strong passwords with the Web Crypto API.

Passwords are created locally and never stored by MiniFyPNG.

Cryptographically secure randomness via Web Crypto.

Generated passwords are not saved. Copy them somewhere safe.

How are passwords generated?

Characters are chosen with crypto.getRandomValues and shuffled.

How to generate a password

  1. 1

    Set options

    Choose length and character classes (lower, upper, digits, symbols).

  2. 2

    Generate

    Uses Web Crypto randomness and ensures at least one character from each selected class.

  3. 3

    Copy once

    Copy into your password manager. MiniFyPNG does not store generated passwords.

Password Generator FAQ

Are passwords saved?

No. They exist only in page memory until you clear or leave.

Strength tips?

Prefer longer passwords with mixed classes. Avoid reusing passwords across sites.

Uploaded?

No.

Related tools?

Random String Generator; Hash Generator (for hashing your own secrets locally).