Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can anyone guide me in writing a csharp program which generate one time password (time expiring) using any of the standard cryptography algorithms??
I need suggestions on which cryptography algorithms can i use as a base for programming.
Posted
Updated 13-Jan-15 22:16pm
v2

1 solution

I would suggest you should use sql to create this, use random function , in sql you can check if you are not generating duplicate OTP.

you can save the expiry time in your config file to check the expiry agains createddate time of OTP in database.

will minimize the effort.
 
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