Is there a way i can generate TOTP in Dlang.

Sudhi sudheendra.malli at gmail.com
Sun Oct 20 02:43:39 UTC 2019


On Tuesday, 15 October 2019 at 14:31:08 UTC, Jacob Carlborg wrote:
> On Tuesday, 15 October 2019 at 06:19:57 UTC, Sudhi wrote:
>> Hi All,
>>
>> I am trying to generate TOTP using a secret key in DLang. I 
>> want to use this on server side which is written using DLang.
>>
>> Could some one help me on how to generate TOTP using openssl 
>> or botan or any other crypto library.
>
> There's a package available for Botan here [1] and bindings to 
> OpenSSL here [2]. Although I don't know how to use them for 
> this.
>
> [1] https://code.dlang.org/packages/botan
> [2] https://github.com/D-Programming-Deimos/openssl
>
> --
> /Jacob Carlborg

I went through the API and documentation of both these packages, 
did not see any mentions of TOTP in that.


More information about the Digitalmars-d mailing list