question archive One time Password is famous method to achieve two factor authentications in the web application
Subject:Computer SciencePrice: Bought3
One time Password is famous method to achieve two factor authentications in the web application. Write a program that asks users a choice that how long he want to generate a password and OTP. Based on the user input it generates both password (alphanumeric) and OTP (only digit) randomly of the speci?ed size.
Paste code here