This project involves generating One Time Password using Java Swing Components and Math libraries
A one-time password, also known as one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a computer system or other digital device. This application is built using Java swing components and Math libraries and involves two frames the first one involving the user to enter the number of digits in the OTP while the second displays the One Time Password generated of length equal to the length given by the user.
Submitted by Rigved Alankar (Rigved)
Download packets of source code on Coders Packet
Comments