Frequently Asked Questions

How does the password generator work?

The generator uses the browser Web Crypto API to build a password from your chosen options. The generated password stays in the page and is not sent to the server.

Are generated passwords stored anywhere?

No. Generated passwords are created in the browser page and are not stored by the application. Avoid placing secrets in screenshots, analytics events, or any external tool.

Are my passwords generated in the browser?

Yes. The current version generates passwords in the browser with the Web Crypto API, so the generated password does not need to leave the device.

Can I control which characters are used?

Yes. You can choose password length, security level, or explicitly select character types: lowercase, uppercase, digits, and special characters.

Can I generate passphrases?

Yes. Switch the mode to Passphrase, choose the number of words, separator, and casing, then generate a multi-word secret locally in the browser.

What is the QR code for?

The QR code is a convenient way to transfer a generated password or passphrase to a mobile device without typing it by hand. Use it only in a private setting.

← Back to generator