Invalid TOTP for c#
-
Re: Invalid TOTP
Here getting reply for py but what about C#?
-
-
@vijayyande ..
Please share with me, saleem.navalur@gmail.com -
@dstelangre
I am using the same code, does not seem to be working.
I am using Otp.Net from Nuget
I am using AngelBroking project as reference from Git, not the one you have attached.Any reason, why its not working?
Any help will be great!!!Thanks
Saleem -
@vijayyande I can integrate python solution in C#.If you wish to do so reply me on utsav.moradiya3@gmail.com , instantaneous code fix. Before admin releases a solution in C#, several algo traders have already adopted this temporary method.
-
@Nichil72 I can integrate python solution in C#.If you wish to do so reply me on utsav.moradiya3@gmail.com , instantaneous code fix. Before admin releases a solution in C#, several algo traders have already adopted this temporary method.
-
@dstelangre I can integrate python solution in C#.If you wish to do so reply me on utsav.moradiya3@gmail.com.Instant code solution.
-
use below code to generate TOTP using otp.net
https://github.com/kspearrin/Otp.NET
public static string genTOTP(string secret) { var totp = new Totp(OtpNet.Base32Encoding.ToBytes(secret)); if( totp.RemainingSeconds() < 2 ) { Thread.Sleep(3); } return totp.ComputeTotp(); }
-
Hello Team,
@admin @administrators Please fix the Issue and upload the code on github. So that we can download. Please do it ASAP. -
@Nichil72 done
-
@dstelangre Will you plz share your contact no. on my watsapp on 7533851081.
-
@Nichil72 Will you plz share your contact no. on my watsapp on 7533851081.
-
-
@dstelangre Not able to download the package Otp.net plz help
-
@Nichil72 . just add OtpNet
nuget package -
@vijayyande please help me regarding this Issue. Facing such Issue while declaring the function GetTotp().
-
@dstelangre said in Invalid TOTP for c#:
Please share the code on watsapp on 7533851081. Need ur help bro.
-
@Nichil72 Please check my comments below on same discussion , solution is provided , and I am not from Angel Team ,Thanks
-
-
Hello Team,
Please update for C#.Net sdk or provide the latest dll after fixing such erro.