.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm.
Info
Version: | 1.4.1 |
Author(s): | Guillaume Lacasa |
Last Update: | Saturday, November 30, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/glacasa/TwoStepsAuthenticator |
NuGet Url: | https://www.nuget.org/packages/TwoStepsAuthenticator |
Install
Install-Package TwoStepsAuthenticator
dotnet add package TwoStepsAuthenticator
paket add TwoStepsAuthenticator
TwoStepsAuthenticator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
No dependencies.