Welcome![Sign In][Sign Up]
Location:
Search - usbkey

Search list

[Program docUSBKEYPCSCdriver

Description: 基于USBKEY的PCSC系列驱动的设计与实现,做银行usbkey的朋友可以参考-Design and Implementation of USBKEY PCSC series driver, do bank usbkey the friends you can refer
Platform: | Size: 2751488 | Author: xjj | Hits:

[Software Engineeringpkcs-11v2-20d3

Description: 在密码系统中,PKCS#11是公钥加密标准(PKCS, Public-Key Cryptography Standards)中的一份子 ,由RSA实验室(RSA Laboratories)发布[1],它为加密令牌定义了一组平台无关的API ,如硬件安全模块和智能卡。 PKCS#11称为Cyptoki,定义了一套独立于技术的程序设计接口,USBKey安全应用需要实现的接口。 -In cryptography, PKCS# 11 is the Public Key Cryptography Standards (PKCS, Public-Key Cryptography Standards) in part, by RSA Laboratories (RSA Laboratories) release [1], it defines a set of cryptographic token platform independent API, such as hardware security modules and smart cards. PKCS# 11 is called Cyptoki, defines a set of technology-independent programming interfaces, USBKey security applications need to implement an interface.
Platform: | Size: 306176 | Author: xiadaga | Hits:

[Linux driverusbkey1

Description: usbkey的linux驱动代码 内置数字证书保护和pin码保护-usbkey the linux driver code
Platform: | Size: 9216 | Author: xiaofeng | Hits:

[Crack Hackusbkey_licyh

Description: 使用usbkey控制系统开机的源码实现,写得很系统详细.希望有用-Use usbkey control system boot source to achieve, write a very detailed system. Hope useful
Platform: | Size: 80896 | Author: lijiaxin | Hits:

[OS DevelopHostIap

Description: 根据USBkey授权码,通过IAP更新单片机代码。-According USBkey authorization code via IAP update microcontroller code.
Platform: | Size: 7434240 | Author: 危建国 | Hits:

[.netUsbKey

Description: 软件加密程序. 程序中调用ReadDevSerial.dll,方法见ReadDevSerialtest。 使用测试见:先运行机器指纹设置,后运行机器指纹测试。-Software encryption program. Program call ReadDevSerial.dll, methods, see ReadDevSerialtest. Use the test to see: first run fingerprint machine settings after running the machine fingerprint tests.
Platform: | Size: 17766400 | Author: gyw | Hits:

[Internet-Networkthree-development-kits

Description: 很好的学习usbkey的例子,明华源代码,枚举CSP,枚举容器和生成容器,RSA签名,3DES加解密,SCB2加解密等-Good example to learn USBKEY, Ming Hua source code, the CSP enumeration enumeration, container and generation of container, RSA signature, 3DES encryption, SCB2 encryption and decryption
Platform: | Size: 3776512 | Author: 盖义 | Hits:

[Crack Hackv3

Description: 明华二次开发包,usbkey 内有很多demo程序。-usbkey for MW ,some Demos in
Platform: | Size: 11187200 | Author: you | Hits:

[ActiveX/DCOM/ATLWindowsFormsAppCA

Description: 检测USBKey 是否存在的代码 -检测USBKey 是否存在的代码检测USBKey 是否存在的代码
Platform: | Size: 217088 | Author: ggggg | Hits:

[CA authSign_Verify

Description: USBKey 实现RSA密钥对签名、验签。-USBKey implementation of RSA key for signature, signature verification.
Platform: | Size: 2821120 | Author: 盖义 | Hits:

[OtherUsbKey

Description: Data Converter coming to SPI microcontroller to the computer through a software emulator CSS keyboard. AVR microcontroller series ATMega. Sources for AVRStudio.
Platform: | Size: 199680 | Author: mtolin | Hits:

[CA authRSA-2048-SignVerifySign

Description: CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major domestic producers are generally use of CSP service to provide encryption services. This example is a 2048- bit RSA digital signature and verifying signature, use the manufacturer s own CSP to achieve (if downloaders not install any driver USBKEY, TEST_CSP_NAME macros in your code can be changed to NULL is called Microsoft s own CSP), the compiler environment VC6.0.
Platform: | Size: 12288 | Author: 张磊 | Hits:

[CA authread_cert_name

Description: 这是一个从usbkey中读取用户证书的例子,运行后将获取usbkey中的证书名称与颁发者信息,使用usbkey封装的CSP服务实现,编译环境VC6.0。 要配合usbkey使用。根据使用的key型号修改代码中宏CSP_NAME的值。(各厂商的sdk中都会有相应的说明)-This is an example of a read user certificate the usbkey, after the operation to get the name of the certificate and issue information in usbkey, using usbkey encapsulation of CSP service implementation, compile environment VC6.0. Used to cooperate with usbkey. According to the use of the key model modify the code in the macro CSP_NAME values. (SDK of all vendors will have corresponding instructions)
Platform: | Size: 3535872 | Author: 张磊 | Hits:

[CA authENUM-CSP

Description: CSP全称是crypt service provider,是加密服务提供者,是通用的加解密接口。在CA认证系统中广泛使用着,本程序可以枚举当前系统中所有的csp种类(系统自带的和厂家的)建议使用者在未安装usbkey的时候先运行一遍,安装一个usbkey的驱动,然后再次运行此程序,将两个运行结果对比一下,就会发现其中的奥妙了-CSP full name is the crypt service provider, is encrypted service provider, is the general encryption interface. Widely used in the CA authentication system, the program can enumerate the current system of all kinds of CSP (system comes and manufacturer) suggest the user when not installed usbkey run first again, to install a usbkey drive, then run this program again, will compare two running results, you will find the secret
Platform: | Size: 1900544 | Author: 张磊 | Hits:

[Crack HackRSA-dec

Description: 这是一个用rsa加密字符串的例子,使用csp实现。编译环境vc6.0.如果没有安装任何厂家的usbkey驱动,可以将代码中的宏CSP_NAME改为NULL 即使用微软自带的csp-This is an example of using rsa encryption string, use the CSP implementation. Compile environment vc6.0. Without installing any manufacturer usbkey drive, can change the code in the macro CSP_NAME to NULL or use Microsoft s own CSP
Platform: | Size: 2052096 | Author: 张磊 | Hits:

[Othertestcsp

Description: 一个测试CSP的程序,主要用于使用USBKEY的CSP测试程序。-test csp
Platform: | Size: 4187136 | Author: 张杰文 | Hits:

[OS programtest

Description: usbkey检测,可以检测usbkey信息有无和读取设备信息以及里面的证书- Usbkey, can detect usbkey information and read the inside of the equipment information and certificates
Platform: | Size: 12218368 | Author: zhangyanqi | Hits:

[SCM89C51-USBKey

Description: 这个是用89C51系列芯片来模拟USB键盘的源代码-This is 89C51 chips to emulate USB keyboard source code
Platform: | Size: 334848 | Author: kevin | Hits:

[ARM-PowerPC-ColdFire-MIPSUSBKey

Description: 支持标准usb键盘 并且支持部分功能键 测试很好用-Supports standard USB keyboard and supports partial function keys to be used in a very good test.
Platform: | Size: 5296128 | Author: 果果飞 | Hits:

[e-languageHaiTaiKeyOpen

Description: HaiTai 海泰方圆USBKEY证书信息获取工具。 *.cer 文件格式 x509规范证书 信息读取工具。密码验证。 base64加密协议。-HaiTai usbkey*.cer file getinfo tool x509 password check.
Platform: | Size: 583680 | Author: 黄威 | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net