Skip to content

Python3 script used to generate a strong random password

Notifications You must be signed in to change notification settings

ElMoix/PasswdGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PasswdGenerator

Python3 script used to generate a strong random password.

The script uses the python3 libraries 'random' and 'string'.

Example:

andreu@kali:~/PasswdGenerator$ python3 strongpasswd.py 
Password length: 8 
Your password is:
WK0nD4s7

Trick

In the script there is a variable called 'components'. You can comment one and uncomment the other to have a stronger password (the second one uses special characters).

About

Python3 script used to generate a strong random password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages