Are the generated passwords truly random and secure?
Yes — passwords are generated using the browser's cryptographically secure random number generator (Web Crypto API), not Math.random().
Are my generated passwords sent anywhere?
No, everything happens locally in your browser. Passwords are never transmitted or stored on any server.
Can I generate multiple passwords at once?
Yes, use the bulk generator to create up to 100 passwords at once and copy or download them as a text file.