Skip to content

Generate one or more random passwords

License

Notifications You must be signed in to change notification settings

avirgos/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

password-generator

Overview

Script which generates one or multiple random passwords.

In the multiple random passwords mode, passwords generated are stored in a protected .csv file readable and writable only by you.

The password must contain, at least, one uppercase letter, one lowercase letter, one number and one special character.

  • If you don't know a specific length for your future password, 15 is recommended to have a strong and complex password.

Usage

-g
    • generate a random password with the length ∈ [ 8 ; 100 ] chose by the user
-g <number_passwords_to_generate>
    • generate multiple random passwords with the desired number ∈ [ 2 ; 150 ] and the length ∈ [ 8 ; 100 ] chose by the user
-h
    • help 

password-generator

References

About

Generate one or more random passwords

Resources

License

Stars

Watchers

Forks

Languages