otp-generator-tanu
v1.0.2
Published
Secure OTP generator using Node.js crypto module.
Readme
otp-generator-tanu
Secure OTP generator using Node.js crypto module.
Install
npm install otp-generator-tanu
Usage
const generateOTP = require("otp-generator-tanu");
const otp = generateOTP(6);
console.log(otp);