Frequently Asked Questions

How secure are the generated passwords?

Passwords are generated using the Web Crypto API (crypto.getRandomValues), which provides cryptographically secure random numbers.

Can I customize the character set?

Yes, you can toggle uppercase, lowercase, numbers, and symbols. You can also set a custom symbol set.

Is my password stored anywhere?

No. Passwords are generated entirely in your browser and never sent to any server.