Password generator
This free password generator creates strong, random passwords. Choose the length, enable upper/lowercase letters, digits and symbols, and the tool builds a secure random password you can copy with one tap. The password is generated in your browser and is never sent anywhere.
How it works
The tool picks a character for each position from the selected sets (uppercase, lowercase, digits, symbols) using the browser's cryptographic random generator (crypto.getRandomValues) — safer than ordinary random functions. The longer the length, the stronger the password.
Tip
A good password is at least 12–16 characters and includes all types. Use a different password for each account and store them in a password manager.
Frequently asked questions
Is the password secure?
Yes — it's created with the browser's cryptographic generator and never sent anywhere.
How many characters are recommended?
At least 12–16 characters.
Is the password stored?
No — it's generated on your device and not transmitted.
Is the tool free?
Yes — completely free.