jennings / OATH.Net

A small library that implements the HOTP and TOTP algorithms for two-factor authentication. Compatible with the Google Authenticator app for iPhone and Android.
https://www.nuget.org/packages/OATH.Net/
28 stars 14 forks source link

Generalize to allow different HMAC algorithms #2

Closed jennings closed 12 years ago

jennings commented 12 years ago

Add the ability to use alternative HMAC algorithms, such as HMAC-SHA256.