An implementation of TOTP and HOTP which are commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes.
For documentation and examples visit the project website on GitHub at https://github.com/kspearrin/Otp.NET
This is an implementation of HOTP and TOTP which are commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes. This library is capable of generating and verifying both TOTP and HOTP authentication codes. The...
More information
Components for embedding secure user authentication into web, desktop, and mobile apps. Supports OAuth, RADIUS, Kerberos, Claims-based auth, LDAP, and more.
HMAC-Based One-Time Password Algorithm Implementation for dotnet core. Designed to support two factor authentication with common authenticator apps like the Microsoft and Google authenticators.