Cryptographic generation
Uses crypto.getRandomValues(), not Math.random().
SECURE • PRIVATE • LOCAL
Create strong passwords without sending or saving them anywhere. Generation uses the cryptographic API built into your device.
Uses crypto.getRandomValues(), not Math.random().
Passwords stay in this browser and are never stored by the tool.
Use a password manager and a different password for every account.