Generate a secure password
- Super fast, No external dependencies, No trackers
- 100% client-side. There is no backend. Nothing is saved, not even in your localStorage.
- To increase "randomness", we avoid using Math.random() when possible,
and add additional entropy using time, browser features, recent mouse/keyboard inputs, etc..