1.0.0 • Published 5 years ago
otpassword_gen v1.0.0
#otpassword-gen
'otpassword_gen' Simple One Time Generator.
Index
Install
npm install otpassword_gen --saveUsage
var OtpGen = require('otpassword_gen')
OtpGen.generate(6, {specialChars: false });generate(length, options)
Arguments
length- length of password. Optional ifoptionsis optional. default length is 10.options- optionaldigits- Default:truetrue value includes digits in OTPspecialChars- Default:truetrue value includes special Characters in OTP
License
1.0.0
5 years ago
