1.0.3 • Published 3 years ago

sweet-password v1.0.3

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

Sweet-Password

Build Status

Sweet-Password is a safe memorable password generator package.

  • Generate password with your favorite sentence
  • Higher Security
  • Memorable

Installation

Sweet-Password requires Node.js v4+ to run.

Install the package.

$ cd your-root-directory
$ npm install sweet-password

Usage example...

const sweetPassword = require('sweet-password');
sweetPassword( "Enter your favorite sentence that you can remember" , min , max );
//min -minimum length of password, max -maximum length of password

License

MIT

Free Software, Hell Yeah!