Password Generator - Changelog
1.9.0
Replace random.choice
with secrets.choice
.
1.8.0
- Modified the password generation loop to generate passwords with increasing length for better security.
- Refactored code.
- Updated dependencies.
Replace random.choice
with secrets.choice
.