Generate secure random passwords.
A strong password is long (16+ characters), random, and contains uppercase, lowercase, numbers, and symbols. This generator uses cryptographic randomness (crypto.getRandomValues) for true unpredictability.