About this project

This is a simple, privacy-focused password generator that runs directly in your browser with Web Crypto.

The main goal of the project is to help you create strong random passwords without sending generated secrets to the server. Passwords are generated locally in your browser using the Web Crypto API.

You can choose password length, security level, customize character sets, generate multi-word passphrases, copy the result to the clipboard, or show it as a QR code to quickly transfer it to a mobile device.

The project does not intentionally collect, store, or log generated passwords. Generated passwords stay in the browser page, while analytics is used only for aggregated statistics such as page views and clicks.

← Back to generator