Random Password Generator
This is a simple Python script that generates three secure random passwords with a length between 12 and 20 characters. The script uses Python’s built-in secrets module, which is designed to generate cryptographically secure random numbers and strings.
-
Generates three random passwords at a time.
-
Password length is customizable between 12 and 20 characters.
-
Uses letters, digits, and special characters for high password entropy.
python3 randompasswd.py