otpassword_gen

1.0.0 • Public • Published

#otpassword-gen

'otpassword_gen' Simple One Time Generator.

npm version js-standard-style NPM

Index

Install

npm install otpassword_gen --save

Usage

var OtpGen = require('otpassword_gen')

OtpGen.generate(6, {specialChars: false });

generate(length, options)

Arguments

  • length - length of password. Optional if options is optional. default length is 10.
  • options - optional
    • digits - Default: true true value includes digits in OTP
    • specialChars - Default: true true value includes special Characters in OTP

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i otpassword_gen

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.09 kB

Total Files

4

Last publish

Collaborators

  • divine_adiole