EADPQR(Enhanced Authentication for Dynamic Password generation using QRCode) EADPQR is an Enhanced method for generation and transmission of OTP(One Time Password) over any protocol. EADPQR Working:-
- EADPQR generates a "N" Digit OTP (Input from Client).
- This generated OTP is generated by a Randomized matrix method.
- The Generated OTP is converted to a QR Code.
- Another SKIN_OTP ie. a temporary OTP is generated by the same method.
- This OTP is Superimposed over the Primary QR to Distort the QR.
- The Distorted QR is Transmitted over the Connection which surpasses all the Decryption patterns using OpenCV libraries.
- The Transmitted OTP can be Retrived by end user with Decryption Algorithm.
Google Colab Link: https://colab.research.google.com/drive/1BJv16vvTmpMvumq1IegvPXxMPD138GSe?usp=sharing