Otp.NET Versions Save

A .NET implementation of TOTP and HOTP for things like two-factor authentication codes.

v1.4.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/kspearrin/Otp.NET/compare/v1.3.0...v1.4.0

v1.3.0

1 year ago
  • Added support for OtpUri generation (see docs). Thanks @mees-
  • Add net6.0 target
  • Some cleanup and refactoring. Thanks @caterina-novak

v1.2.2

4 years ago
  • Add constructors to use the OTP classes with a generic IKeyProvider
  • Testing

v1.2.1

5 years ago
  • Constant time comparison

v1.2.0

6 years ago
  • Added HOTP support

v1.1.0

6 years ago
  • Signed assembly
  • New csproj

v1.0.1

7 years ago
  • Verification window fixes

v1.0.0

7 years ago

Initial port of OtpSharp for .NET Standard.