Skip to content

sokdr/RandomPasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RandomPasswd

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.

Features

  • 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.

Usage

python3 randompasswd.py

About

Random Password Generator in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages