quick-password-generator

1.1.5 • Public • Published

Quick Password Generator

Quick Password Generator is a library for generating quick, secure and reliable passwords.

Quick Password Generator

Installing

$ npm install quick-password-generator

or

$ yarn add quick-password-generator

Usage

// Require
const generatePassword = require("quick-password-generator");

// Pass the length
const password = generatePassword(10);

// 'uEyMTw32v9'
console.log(password);

Contributing

Feel free to submit a pull request.

Authors

  • Aleksa Prebiracevic

License

This project is licensed under the MIT License - see the LICENSE.md file for details

/quick-password-generator/

    Package Sidebar

    Install

    npm i quick-password-generator

    Weekly Downloads

    2

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    2.21 kB

    Total Files

    4

    Last publish

    Collaborators

    • aleksabutterfly