資源簡介
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秒數(shù)
?*??????t0??????????????起始參考時間相對UTC?Epoch秒數(shù)(默認為0)
?*??????x???????????????TOTP變化周期(默認為60秒)
?*??????drift???????????漂移次數(shù)
?*??????authwnd ????認證范圍?通常是0-20
?*??????lastsucc????????前一次認證成功的相對UTC?Epoch秒數(shù)(為防止重放攻擊)
?*??????otp 需要認證的動態(tài)口令
?*??????otplen 需要認證的動態(tài)口令長度?通常是6
?*??????currsucc 認證成功后的相對UTC?Epoch秒數(shù)
?*??????currdft?????????認證成功后的當前漂移次數(shù)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個文件信息
評論
共有 條評論