security - C# offline OTP for service authentication -
i'm searching way of authentication blizzard (authenticator). creates off-line otp. know larger companies use "tokens" however, i'm still unable find proper library.
so, want; project able create otps on client side without having client connect internet , yet able generate exact same on servers-side.
i think can take @ library: https://code.google.com/p/otpnet/
it c# port of popular totp/hotp php. there seems few outstanding issues in library have not yet been fixed developers can patch on side recommendations have been submitted.
Comments
Post a Comment