搜索资源列表
cryptoapi
- cryptoapi培训教程,使用Microsoft提供的加密应用程序接口CryptoAPI,可以使开发人员轻松地在应用程序中加入强大的保证数据安全性的功能。-CryptoAPI Training Guide, the use of the Microsoft encryption CryptoAPI application programming interface that enables developers to easily in the application process to j
cryptoapi
- 利用cryptoapi完成加解密操作,在代码中可以实现基本的加解密功能和签名的功能
CryptoAPI-1
- 介绍了Microsoft CryptoAPI加密技术加密技术 讲了Microsoft CryptoAPI的构成以及会话密钥的使用
CryptoAPI-2
- Microsoft CryptoAPI中公私密钥对的使用、HASH算法、数字签名等技术
CryptoAPI-AES
- 这里介绍了利用Microsoft CryptoAPI 实现AES加密的技术要点
CryptoAPI
- CryptoAPI的演示程序,可以进行测试。多联系,非常感谢。
CreateCert.rar
- 利用微软CryptoAPI签发证书的源码,可以产生自签证书和签发下级证书,支持双字节的中文字符,支持自定义域,微软的证书签发中心也是基于这套API来实现证书的签发和域的定制
基于CryptoAPI的导出会话密钥的程序
- 基于CryptoAPI的导出会话密钥的程序。在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。,CryptoAPI based on the derived session key procedures. At windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program format speci
CryptoAPI
- CryptoAPI加密函数,CryptoAPI encryption function-CryptoAPI encryption function
基于CryptoAPI的文件加密程序
- 基于CryptoAPI的文件加密程序。在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。,CryptoAPI based on the file encryption process. At windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program format specification,
CryptoAPI_For_Delphi
- CryptoAPI的Delphi头文件,补充Windows头文件的不足,让Delphi程序员可以使用Crypt组加解密函数-CryptoAPI' s Delphi header files to supplement the deficiencies in Windows header files, so that programmers can use the Crypt Group Delphi encryption and decryption functions
CryptoAPI
- 利用CryptoAPI实现AES加密解密程序设计-AES encryption and decryption using CryptoAPI Implementation Program
opencsp
- 微软CSP实现源码。 CSP:密码服务提供者。 微软的CryptoAPI是PKI推荐使用的加密 API。其功能是为应用程序开发者提供在Win32环境下使用加密、验证等安全服务时的标准加密接口。CryptoAPI处于应用程序和CSP(cryptographic service provider)之间 。 -Microsoft CSP achieve source. CSP: Cryptographic Service Provider. Microsoft' s CryptoAP
CryptKeyGen
- Mechanism for use cryptoapi for generate keys. Encode and decode data using session key.
4
- 基于CryptoAPI的哈希编码解码程序。在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。-CryptoAPI hash-based codec procedures. At windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program format specification, written
P12Tool
- 基于CryptoAPI开发的操作系统和硬件CSP的工具,可以导入导出存储在系统中的p12证书,并能处理私钥文件的格式。-CryptoAPI based operating system and hardware development tools for CSP can be stored in the system of import and export of p12 certificate and private key file to handle the format.
cryptodemo_1.0.0-w32g-src
- one of example using CryptoAPI on Visual Basic, its source code
CryptoAPI
- 利用CryptoAPI实现的加密解密程序,过程很中规中矩,可以参考改写。-Encryption and decryption using CryptoAPI implementation process, the process is quite satisfactory, can refer to the rewrite.
CryptoAPI
- CryptoAPI This is project by this CryptoAPI
基于CryptoAPI的DES
- 一个利用微软CryptoAPI的DES加密,并用MFC处理界面,可用。