Skip to content

Generate secure random passwords using Python ,customizable length and characters.

License

aiheka/OIBSIP_PythonProgramming_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

passwordgenerator

Generate secure random passwords using Python ,customizable length and characters.

DESCRIPTION The Password Generator asks the user for a desired password length and then creates a random password using: -Uppercase and lowercase letters -Numbers -Symbols It helps users generate strong, unpredictable passwords suitable for protecting online accounts and sensitive data.

HOW CODE WORKS 1.Imports modules: Uses random for randomness and string for character sets. 2.Takes user input: Asks for password length (integer). 3.Defines character pool: Combines uppercase, lowercase, digits, and punctuation. 4.Generates random password: Randomly selects characters from the pool using a loop. 5.Displays the password: Prints the generated secure password for the user.

About

Generate secure random passwords using Python ,customizable length and characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages