Skip to content

Instantly share code, notes, and snippets.

View KennethRMason's full-sized avatar

Ken Mason KennethRMason

  • Orange County, CA
View GitHub Profile
using System;
using System.Globalization;
using System.Net;
using System.Security.Cryptography;
using System.Text;
public class GoogleAuthenticator
{
const int IntervalLength = 30;
const int PinLength = 6;