搜索资源列表
2
- 基于CryptoAPI的创建密钥容器以及密钥的程序 在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。-Based on the creation of CryptoAPI key containers, as well as the procedures at key windowsXP, VC++6.0 environment through debugging. There is a detailed code of the N
RecycleBin
- 1. 演示了如何使用CryptAPI接口访问CSP,获取容器信息以及使用加解密接口对文件进行加解密和签名验证。-1. Demonstrates how to use CryptAPI interface to access the CSP, to get the container interface to information and use the file encryption and decryption and signature verification.
CSPDemo
- 1. 演示了如何使用CryptAPI接口访问CSP,获取容器信息以及使用加解密接口对文件进行加解密和签名验证。-1. Demonstrates how to use CryptAPI interface to access the CSP, to get the container interface to information and use the file encryption and decryption and signature verification.
Encryption-and-decryption
- 微软的CryptoAPI是PKI推荐使用的加密 API。其功能是为应用程序开发者提供在Win32环境下使用加密、验证等安全服务时的标准加密接口 每个CSP都有一个名字和一个类型。每个CSP的名字是唯一的,这样便于CryptoAPI找到对应的CSP。目前已经有9种CSP类型,并且还在增长。下表列出出它们支持的密钥交换算法、签名算法、对称加密算法和Hash算法 我们已经提过,每一个CSP都有一个名字和一个类型,并且名字保证唯一。所以可以通过名字和类型得到一个CSP。然而,要想加密肯定需要密钥