⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 枚举Windows系统中加密解密算法的源代码,在CSP和加密解密程序中都可以借用部分
💻 TXT
字号:
Enumerate Algorithms


The ENUMALGS sample is a console application that lists the algorithms
supported by the default PROV_RSA_FULL provider. By default, this will
be the Microsoft RSA Base Provider, which is included along with the
operating system.

Note that the INITUSER sample (or equivalent) must be run prior to running
these samples, in order to create a key container for the default user.

In addition to listing the name of each supported algorithm, this sample
also lists:

  - The type of algorithm (encryption, hash, key exchange, or signature).

  - The key length used by the algorithm (or number of bits in the
    hash value for hash algorithms).

  - The algorithm identifier for the algorithm. This value can be passed
    to the appropriate CryptoAPI function in order to create a key or
    hash object that makes use of the particular algorithm.

The guts of this sample can be used by applications that want to display
a list of available applications to the user.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -