OATH.Net:一个小型库可为双因素身份验证实现HOTP和TOTP算法。 与适用于iPhone和Android的Google身份验证器应用兼容 源码
誓言网 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
文件列表
OATH_Net-master.zip
(预估有个39文件)
OATH.Net-master
OATH.Net.sln
3KB
OATH.Net.Test
KeyTests.cs
5KB
OATH.Net.Test.csproj
561B
TimeBasedOtpGeneratorTests.cs
11KB
Base32Tests.cs
8KB
CounterBasedOtpGeneratorTests.cs
4KB
.github
workflows
暂无评论