Is there a way i can generate TOTP in Dlang.

Jacob Carlborg doob at me.com
Tue Oct 15 14:31:08 UTC 2019


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


More information about the Digitalmars-d mailing list