Do generated passwords leave my browser?
No. Password generation uses browser crypto locally after the page loads and does not send generated values to CodeSphere.
What random source does it use?
It uses crypto.getRandomValues, the browser cryptographic random generator, rather than Math.random.
What does exclude ambiguous mean?
It removes easy-to-confuse characters such as O, 0, o, 1, l, I, and the vertical bar.
Can I generate passwords in bulk?
Yes. Generate between 1 and 100 passwords at once, then copy individual values or the whole batch.