誓言网 OATH.Net是用于执行OATH身份验证的.NET库。 要求 为.NET Standard 2.0构建,因此它应在.NET Framework 4.6.1或.NET Core 2.0上运行。 用法 使用“ Install-Package OATH.Net ” Install-Package OATH.Net添加到您的项目中。 // Time-based OTP public bool CreateTOTPCode(User user) { string secretKey = user.SecretKey; int otpDigits = 8; Key key = new Key(); // Generate a new key user.SecretKey = key.Base32; // Persist this for l