easynquick-password-generator

1.0.1 • Public • Published

What is this ?

Get a quick and strong password with a single click.

Installation

npm i easynquick-password-generator --save

Then...

const PasswordGenerator = require("./src/main");


PasswordGenerator.generatePassword
        ({
        length: 10, 
        lower: true, 
        upper: true,
        number: true,
        symbol: true
    }));
});

Options

Easynquick-password-generator supports 5 options :

  • length - (Integer) defaults to 10 characters.
  • lower - (Boolean) set up lower characters in password.
  • upper - (Boolean) set up upper characters in password.
  • number - (Boolean) set up numebrs in password.
  • symbol _ (Boolean) set up symbols in password.

/easynquick-password-generator/

    Package Sidebar

    Install

    npm i easynquick-password-generator

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    4.24 kB

    Total Files

    6

    Last publish

    Collaborators

    • aicha205