OATH.Net icon indicating copy to clipboard operation
OATH.Net copied to clipboard

A small library that implements the HOTP and TOTP algorithms for two-factor authentication. Compatible with the Google Authenticator app for iPhone and Android.

Results 5 OATH.Net issues
Sort by recently updated
recently updated
newest added

Your code is great, but we were forced to fork it because it was not strongly signed. Could have been leveraged as-is, if only it had SNK in the project....

Whether I build from the v0.2.0 tag or from the trunk, I always get this build error (but the project file is there). 1>------ Rebuild All started: Project: OATH.Net, Configuration:...

Given configured major, minor, and revision versions, the MSBuild process should automatically generate the following versions: - AssemblyVersion: `$(Major).$(Minor).0.0` - AssemblyFileVersion: `$(Major).$(Minor).$(Date).$(Time)` - AssemblyInformationalVersion: `$(Major).$(Minor).$(Revision)-$(CommitSha1)$(Modified)` Examples: - Major version 1,...

I'm not comfortable with the tests that currently exist, they should cover more cases such as: - Keys that are longer - Keys that are shorter - Keys that are...