New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

reproto

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reproto

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

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

password

FAQs

Package last updated on 15 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts