Skip to content
/ reproto Public

A tool for generate simple random password which contains letters, number and special characters

License

Notifications You must be signed in to change notification settings

dwqs/reproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A tool for generate simple random password which contains upper or lower case letters, number or special characters:

b3^f2)E5&U1$,d2@b4-C3:n2$.etc

Install

npm install -g reproto

then run the command:

reproto

The password will be saved to the current directory, a file be named reproto.txt.

your new password will output in the terminal.

The length of password is default 10, but you can assign a length by pass a args:

//length is 12
reproto 12

Password of length should be between 10 and 15([10,15]);

License

MIT

About

A tool for generate simple random password which contains letters, number and special characters

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published