Otp.NET

Otp.NET

DescriptionTOTP is an algorithm that uses a rolling window of time to calculate single use passwords. It is often used for two factor authentication. The Google Authenticator app uses TOTP to calculate one time passwords. This library implements TOTP code calculation in C#. This could be embedded in a mobile app using Mono, or used server side to simply validate codes that are provided.

Original Source

https://github.com/kspearrin/Otp.NET

License conditions

MIT License (MIT)
CopyrightKyle Spearrin
Version1.4.0
Download