Skip to content

Devs-Garden/OTPGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTPGen

Generate a random number of specified length, very much suitable for OTPs.

#Usage

var OTPGen = require('otpgen');

OTPGen.getOTP(5, function(otp) {
	console.log(JSON.stringify(otp));
});

About

Generate random number generator for OTP usage

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published