• 大小: 0.20M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: OTP  C#  asp.net  令牌  验证  

资源简介

OTP

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

/* =============================================================================
 * Function   : ET_CheckPwdz201
 * Description: OTP Z201(TOTP) 认证接口
 * Parameter  : 
 * authkey 令牌密钥
 *      t               当前时间相对UTC Epoch秒数
 *      t0              起始参考时间相对UTC Epoch秒数(默认为0)
 *      x               TOTP变化周期(默认为60秒)
 *      drift           漂移次数
 *      authwnd     认证范围 通常是0-20
 *      lastsucc        前一次认证成功的相对UTC Epoch秒数(为防止重放攻击)
 *      otp 需要认证的动态口令
 *      otplen 需要认证的动态口令长度 通常是6
 *      currsucc 认证成功后的相对UTC Epoch秒数
 *      currdft         认证成功后的当前漂移次数

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-06-03 16:42  bs\
     文件       36952  2011-03-03 16:31  bs\ET_OTPVerify.dll
     文件        2794  2011-06-03 10:45  bs\logon.aspx
     文件        6117  2011-06-03 10:29  bs\verify.aspx
     目录           0  2011-06-03 16:41  window\
     目录           0  2009-10-23 10:02  window\Test\
     目录           0  2009-10-23 10:02  window\Test\bin\
     目录           0  2009-10-23 10:02  window\Test\bin\Debug\
     文件           1  2009-10-23 11:56  window\Test\bin\Debug\data.txt
     文件       36952  2010-05-26 13:47  window\Test\bin\Debug\ET_OTPVerify.dll
     文件       24576  2009-11-16 13:13  window\Test\bin\Debug\Test.exe
     文件       26112  2009-11-16 13:13  window\Test\bin\Debug\Test.pdb
     文件        5632  2005-09-23 06:56  window\Test\bin\Debug\Test.vshost.exe
     文件        5773  2009-11-16 13:12  window\Test\Form1.cs
     文件        7989  2009-11-16 11:43  window\Test\Form1.Designer.cs
     文件        5814  2009-11-16 11:43  window\Test\Form1.resx
     目录           0  2009-10-23 10:02  window\Test\obj\
     目录           0  2009-10-23 10:02  window\Test\obj\Debug\
     目录           0  2009-10-23 10:02  window\Test\obj\Debug\TempPE\
     文件         842  2009-11-16 11:43  window\Test\obj\Debug\Test.csproj.GenerateResource.Cache
     文件       24576  2009-11-16 13:13  window\Test\obj\Debug\Test.exe
     文件         180  2009-11-16 11:43  window\Test\obj\Debug\Test.Form1.resources
     文件       26112  2009-11-16 13:13  window\Test\obj\Debug\Test.pdb
     文件         180  2009-10-23 10:03  window\Test\obj\Debug\Test.Properties.Resources.resources
     文件         431  2009-11-16 14:11  window\Test\obj\Test.csproj.FileListAbsolute.txt
     文件         471  2009-10-23 10:02  window\Test\Program.cs
     目录           0  2009-10-23 10:02  window\Test\Properties\
     文件        1256  2009-10-23 10:02  window\Test\Properties\AssemblyInfo.cs
     文件        2837  2009-10-23 10:02  window\Test\Properties\Resources.Designer.cs
     文件        5612  2009-10-23 10:02  window\Test\Properties\Resources.resx
     文件        1089  2009-10-23 10:02  window\Test\Properties\Settings.Designer.cs
............此处省略8个文件信息

评论

共有 条评论