Skip to content

AleksaButterfly/quick-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate quick and secure passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published