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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -