Skip to content

Releases: kappa7194/otp

Version 2.1.0

05 Apr 16:30
Compare
Choose a tag to compare

The library has been downgraded to .NET framework 4.0 to allow usage on older projects.

Version 2.0.0

05 Apr 15:35
Compare
Choose a tag to compare

Version 2.0.0 adds support for the choice of the hashing algorithm used in the one-time code computation.
This is a breaking change because the methods signatures have changed.
The previous fixed hashing algorithm was SHA1.

Version 1.1.0

05 Apr 13:50
Compare
Choose a tag to compare

Version 1.0.1

03 Apr 22:13
Compare
Choose a tag to compare

Added a check in the TOTP class to prevent the usage of dates with an unspecified kind (see #1).

Version 1.0.0

11 Mar 23:56
Compare
Choose a tag to compare

First stable release.

Version 0.3.0

10 Mar 22:51
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Rewrote the Base32 class from scratch to remove the Creative Common code.

Version 0.2.0

03 Mar 10:07
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Made the library classes static.

Version 0.1.0

02 Mar 03:02
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First usable version of the HOTP and TOTP classes.