https://github.com/dwqs/reproto
A tool for generate simple random password which contains letters, number and special characters
https://github.com/dwqs/reproto
random-password reproto
Last synced: about 1 year ago
JSON representation
A tool for generate simple random password which contains letters, number and special characters
- Host: GitHub
- URL: https://github.com/dwqs/reproto
- Owner: dwqs
- License: mit
- Archived: true
- Created: 2016-11-25T06:10:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T05:57:04.000Z (over 9 years ago)
- Last Synced: 2025-03-01T10:05:19.132Z (over 1 year ago)
- Topics: random-password, reproto
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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