pradumon14 / Generate-secure-password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate-secure-password

This python program uses the string module to get a string of all the upper and lower case letters, digits, and punctuation characters then uses the random, sample function to choose "length" random elements from this string and joins them together to form the password

You can customize the length of the password by passing in a different value for the length parameter when calling the generate password" function.
For example, to generate a 16 character password, you can call "generate password(16)"

I hope it's help you to secure your account with a strong password

About


Languages

Language:Python 100.0%