Skip to content

krishishah05/RandomPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Random Password Generator

This Python script generates random passwords based on specified criteria and assesses their strength.

Features:

  • Customizable Password Generation:

    • Specify password length and character sets (lowercase, uppercase, digits, special characters).
    • Optional start and end characters for the password.
  • Password Strength Assessment:

    • Determines password strength based on length:
      • "Weak" for lengths between 2 and 11 characters.
      • "Moderate" for lengths of 12 characters or more.
      • "Strong" for lengths of 16 characters or more.

Contributing:

Contributions to enhance or extend the Random Password Generator are welcome! Fork the repository, make your changes, and submit a pull request.

About

This Python script generates random passwords based on specified criteria and assesses their strength.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages