Skip to content

Dpbm/create-good-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Good Passwords

Simple cli app to generate good passwords from a required size

Usage

git clone https://github.com/Dpbm/create-good-passwords.git
cd create-good-passwords
python createGoodPasswords.py password_length # <-- with this your new password will be in clipboard

Example Input

python createGoodPasswords.py 20

Example Output

            ============  =============  =============  =======
            ==            ==         ==  ==         ==  ==     ==
            ==            ==         ==  ==         ==  ==      ==
            ==            ==         ==  ==         ==  ==       ==
            ==   =======  ==         ==  ==         ==  ==       ==
            ==        ==  ==         ==  ==         ==  ==      ==
            ==        ==  ==         ==  ==         ==  ==     ==
            ============  =============  =============  =======
        
W`uo(3Jl)6V#sXw;$M+'
copied password to clipboard

Made with 💕 and 🔥 by Dpbm