@ygkit/password

Node password tool

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@ygkit/password
100.0.33 years ago3 years agoMinified + gzip package size for @ygkit/password in KB

Readme

@ygkit/password
npm NPM downloads
Node password tool.

Functions

| Name | Description | | ----------------- | ------------------------ | | run | Run cli command | | generateStrongPwd | generate strong password | | generateMiddlePwd | generate middle password | | generateSimplePwd | generate simple password |

Install

$ npm i @ygkit/password -g

Usage

Run command in your git project:
$ yp -t h -l 8

Default to generate strong password in 8 length.

support type:
h - Strong password, with alphabet(include upper case), number and special characters.
m - Middle password, with alphabet(include upper case) and number
l - Middle password, with alphabet(exclue upper case) and number
n - Number password, only with number

License

MIT