文件名称:Cshap_HOTP
-
所属分类:
- 标签属性:
- 上传时间:2012-10-22
-
文件大小:3.34mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本C#程序演示了利用HOTP实现One-time password登陆的过程. 分为服务器,登陆客户端,和一次性密码生成器.
一次性密码生成器是写在WindowsMobile6上的程序.
服务端以SQL SERVER 2005保存用户数据.
客户端程序与PPT资料是韩本版.
-This program demonstrates the use of HOTP achieve One-time password and login process. Into the server, login client, and one-time password generator. A one-time password generator is written in WindowsMobile6 the process. SQL SERVER 2005 server to save the user data. This procedure and the PPT information the Korean edition.
一次性密码生成器是写在WindowsMobile6上的程序.
服务端以SQL SERVER 2005保存用户数据.
客户端程序与PPT资料是韩本版.
-This program demonstrates the use of HOTP achieve One-time password and login process. Into the server, login client, and one-time password generator. A one-time password generator is written in WindowsMobile6 the process. SQL SERVER 2005 server to save the user data. This procedure and the PPT information the Korean edition.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
One-timePassword.pptx
OTP_CLIENT/OTP_CLIENT.sln
OTP_CLIENT/OTP_CLIENT.suo
OTP_CLIENT/OTP_CLIENT/Input_OTPNumber.cs
OTP_CLIENT/OTP_CLIENT/Input_OTPNumber.Designer.cs
OTP_CLIENT/OTP_CLIENT/Input_OTPNumber.resx
OTP_CLIENT/OTP_CLIENT/OTP_CLIENT.csproj
OTP_CLIENT/OTP_CLIENT/Program.cs
OTP_CLIENT/OTP_CLIENT/SignIn.cs
OTP_CLIENT/OTP_CLIENT/SignIn.Designer.cs
OTP_CLIENT/OTP_CLIENT/SignIn.resx
OTP_CLIENT/OTP_CLIENT/TCPConnection.cs
OTP_CLIENT/OTP_CLIENT/Web.cs
OTP_CLIENT/OTP_CLIENT/Web.Designer.cs
OTP_CLIENT/OTP_CLIENT/Web.resx
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.exe
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.pdb
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.vshost.exe
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.vshost.exe.manifest
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.csproj.FileListAbsolute.txt
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.csproj.GenerateResource.Cache
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.exe
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Input_OTPNumber.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Login_Frm.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.pdb
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Properties.Resources.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Web.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/Refactor/
OTP_CLIENT/OTP_CLIENT/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
OTP_CLIENT/OTP_CLIENT/Properties/AssemblyInfo.cs
OTP_CLIENT/OTP_CLIENT/Properties/Resources.Designer.cs
OTP_CLIENT/OTP_CLIENT/Properties/Resources.resx
OTP_CLIENT/OTP_CLIENT/Properties/Settings.Designer.cs
OTP_CLIENT/OTP_CLIENT/Properties/Settings.settings
OTP_CLIENT/OTP_CLIENT/Resources/112.png
OTP_CLIENT/OTP_CLIENT/Resources/Main2.jpg
OTP_SERVER/OTP_SERVER.sln
OTP_SERVER/OTP_SERVER.suo
OTP_SERVER/OTP_SERVER/DB_CTRL.cs
OTP_SERVER/OTP_SERVER/Listener.cs
OTP_SERVER/OTP_SERVER/OTP_SERVER.csproj
OTP_SERVER/OTP_SERVER/Program.cs
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.exe
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.pdb
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.vshost.exe
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.vshost.exe.manifest
OTP_SERVER/OTP_SERVER/obj/Debug/OTP_SERVER.csproj.FileListAbsolute.txt
OTP_SERVER/OTP_SERVER/obj/Debug/OTP_SERVER.exe
OTP_SERVER/OTP_SERVER/obj/Debug/OTP_SERVER.pdb
OTP_SERVER/OTP_SERVER/obj/Debug/TempPE/
OTP_SERVER/OTP_SERVER/Properties/AssemblyInfo.cs
SmartDeviceProject1/SmartDeviceProject1.sln
SmartDeviceProject1/SmartDeviceProject1.suo
SmartDeviceProject1/SmartDeviceProject1/Form1.cs
SmartDeviceProject1/SmartDeviceProject1/Form1.Designer.cs
SmartDeviceProject1/SmartDeviceProject1/Form1.resx
SmartDeviceProject1/SmartDeviceProject1/Program.cs
SmartDeviceProject1/SmartDeviceProject1/SmartDeviceProject1.csproj
SmartDeviceProject1/SmartDeviceProject1/SmartDeviceProject1.csproj.user
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/Count.txt
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/SecretKey.txt
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/SmartDeviceProject1.exe
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/SmartDeviceProject1.pdb
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.csproj.FileListAbsolute.txt
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.csproj.GenerateResource.Cache
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.exe
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.Form1.resources
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.pdb
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.Properties.Resources.resources
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/TempPE/
SmartDeviceProject1/SmartDeviceProject1/Properties/AssemblyInfo.cs
SmartDeviceProject1/SmartDeviceProject1/Properties/Resources.Designer.cs
SmartDeviceProject1/SmartDeviceProject1/Properties/Resources.resx
OTP_CLIENT/OTP_CLIENT.sln
OTP_CLIENT/OTP_CLIENT.suo
OTP_CLIENT/OTP_CLIENT/Input_OTPNumber.cs
OTP_CLIENT/OTP_CLIENT/Input_OTPNumber.Designer.cs
OTP_CLIENT/OTP_CLIENT/Input_OTPNumber.resx
OTP_CLIENT/OTP_CLIENT/OTP_CLIENT.csproj
OTP_CLIENT/OTP_CLIENT/Program.cs
OTP_CLIENT/OTP_CLIENT/SignIn.cs
OTP_CLIENT/OTP_CLIENT/SignIn.Designer.cs
OTP_CLIENT/OTP_CLIENT/SignIn.resx
OTP_CLIENT/OTP_CLIENT/TCPConnection.cs
OTP_CLIENT/OTP_CLIENT/Web.cs
OTP_CLIENT/OTP_CLIENT/Web.Designer.cs
OTP_CLIENT/OTP_CLIENT/Web.resx
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.exe
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.pdb
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.vshost.exe
OTP_CLIENT/OTP_CLIENT/bin/Debug/OTP_CLIENT.vshost.exe.manifest
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.csproj.FileListAbsolute.txt
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.csproj.GenerateResource.Cache
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.exe
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Input_OTPNumber.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Login_Frm.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.pdb
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Properties.Resources.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/OTP_CLIENT.Web.resources
OTP_CLIENT/OTP_CLIENT/obj/Debug/Refactor/
OTP_CLIENT/OTP_CLIENT/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
OTP_CLIENT/OTP_CLIENT/Properties/AssemblyInfo.cs
OTP_CLIENT/OTP_CLIENT/Properties/Resources.Designer.cs
OTP_CLIENT/OTP_CLIENT/Properties/Resources.resx
OTP_CLIENT/OTP_CLIENT/Properties/Settings.Designer.cs
OTP_CLIENT/OTP_CLIENT/Properties/Settings.settings
OTP_CLIENT/OTP_CLIENT/Resources/112.png
OTP_CLIENT/OTP_CLIENT/Resources/Main2.jpg
OTP_SERVER/OTP_SERVER.sln
OTP_SERVER/OTP_SERVER.suo
OTP_SERVER/OTP_SERVER/DB_CTRL.cs
OTP_SERVER/OTP_SERVER/Listener.cs
OTP_SERVER/OTP_SERVER/OTP_SERVER.csproj
OTP_SERVER/OTP_SERVER/Program.cs
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.exe
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.pdb
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.vshost.exe
OTP_SERVER/OTP_SERVER/bin/Debug/OTP_SERVER.vshost.exe.manifest
OTP_SERVER/OTP_SERVER/obj/Debug/OTP_SERVER.csproj.FileListAbsolute.txt
OTP_SERVER/OTP_SERVER/obj/Debug/OTP_SERVER.exe
OTP_SERVER/OTP_SERVER/obj/Debug/OTP_SERVER.pdb
OTP_SERVER/OTP_SERVER/obj/Debug/TempPE/
OTP_SERVER/OTP_SERVER/Properties/AssemblyInfo.cs
SmartDeviceProject1/SmartDeviceProject1.sln
SmartDeviceProject1/SmartDeviceProject1.suo
SmartDeviceProject1/SmartDeviceProject1/Form1.cs
SmartDeviceProject1/SmartDeviceProject1/Form1.Designer.cs
SmartDeviceProject1/SmartDeviceProject1/Form1.resx
SmartDeviceProject1/SmartDeviceProject1/Program.cs
SmartDeviceProject1/SmartDeviceProject1/SmartDeviceProject1.csproj
SmartDeviceProject1/SmartDeviceProject1/SmartDeviceProject1.csproj.user
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/Count.txt
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/SecretKey.txt
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/SmartDeviceProject1.exe
SmartDeviceProject1/SmartDeviceProject1/bin/Debug/SmartDeviceProject1.pdb
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.csproj.FileListAbsolute.txt
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.csproj.GenerateResource.Cache
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.exe
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.Form1.resources
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.pdb
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/SmartDeviceProject1.Properties.Resources.resources
SmartDeviceProject1/SmartDeviceProject1/obj/Debug/TempPE/
SmartDeviceProject1/SmartDeviceProject1/Properties/AssemblyInfo.cs
SmartDeviceProject1/SmartDeviceProject1/Properties/Resources.Designer.cs
SmartDeviceProject1/SmartDeviceProject1/Properties/Resources.resx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.