Skip to content

This is a scrpit for generataing random-secured passwords with the given parameters

Notifications You must be signed in to change notification settings

VirusEnabled/PwdDicGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PwdDicGenerator

This is a scrpit for generataing random-secured passwords with the given parameters. This program is console based and it will return a file with the specified amount of passwords.

It takes the following positional arguments:

  • gtype: {w,n,a,s-w,s-n,s-a}
    • w: for just words
    • n: for numbers
    • a: for alphanumeric
    • s-w: for scale with just words
    • s-n: for scale with just numbers
    • s-a: for scale with alphanumeric including symbols
  • file_name :name of the file to be generated
  • file_path :path to store the file
  • pwd_amount: amount of passwords to be generated
  • ending_length: full lenght of the password.

About

This is a scrpit for generataing random-secured passwords with the given parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages