Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,I have got requirement to create an application for generating OTP messages
For different gateways. Ex: <xxxx> gateway places a request to our <bank otp="">
Application> to generate and send the OTP messages and it provides set of
rules and algorithm mechanism to encrypt and decrypt the data. The rules and algorithms will be specific to <xxxx> payment gateway. My Requirement is to create a Generalized Application which can be plugged to any payment gateway application for generating OTP Messages.

If you have any idea or suggestions please let me know.Thanks in advance.
Posted

1 solution

OTP are of different type, they can challenge Respond, soft Token, Email and SMS.

Soft Token and Challenge Respond can also be said as 2FA (two factor authentication).

Generally these systems are very complex. But if you are very specific about OTP using SMS and Email(i.e sending to OTP to user registered Mobile number or Email id) then it can be done hosting your application as webservice/Rest API. But it should have access to user details.

Hope this info helps you.

Regards,
Panduranga.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900