zoukankan      html  css  js  c++  java
  • SHA-1算法——(2)

    地址:https://www.alvestrand.no/objectid/1.3.14.3.2.26.html

    地址:http://oidref.com/1.3.14.3.2.26

    这个值好像是个标识。

    参考:https://docs.microsoft.com/en-us/windows/win32/seccrypto/hash-and-signature-algorithms

    标题:散列与签名算法   Hash and Signature Algorithms

    参考:https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-gpnap/a48b02b2-2a10-4eb0-bed4-1807a6d2f5ad

    标题:2.4.1.6散列算法

    哈希算法OID是用于标识证书请求的HASH算法的OID。有关哈希算法的更多信息,请参见[RCF3174] .

    价值“HasalGoID”或表中列出的值名称中的一个[MS-GPREG]区域 3.2.5.1指定如何删除值

    类型: REG_SZ.

    大小:等于数据字段的大小。

    数据一个可变长度的空终止统一码字符串此设置指定使用的公钥OID。

    支持散列算法OID的列表如下。

    the list of supported hash algorithm OIDs follows.

    Name

    OID

    sha1RSA

    1.2.840.113549.1.1.5

    md5RSA

    1.2.840.113549.1.1.4

    sha1DSA

    1.2.840.10040.4.3

    sha1RSA

    1.3.14.3.2.29

    shaRSA

    1.3.14.3.2.15

    md5RSA

    1.3.14.3.2.3

    md2RSA

    1.2.840.113549.1.1.2

    md4RSA

    1.2.840.113549.1.1.3

    md4RSA

    1.3.14.3.2.2

    md4RSA

    1.3.14.3.2.4

    md2RSA

    1.3.14.7.2.3.1

    sha1DSA

    1.3.14.3.2.13

    dsaSHA1

    1.3.14.3.2.27

    mosaicUpdatedSig

    2.16.840.1.101.2.1.1.19

    sha1NoSign

    1.3.14.3.2.26

    md5NoSign

    1.2.840.113549.2.5

    sha256NoSign

    2.16.840.1.101.3.4.2.1

    sha384NoSign

    2.16.840.1.101.3.4.2.2

    sha512NoSign

    2.16.840.1.101.3.4.2.3

    sha256RSA

    1.2.840.113549.1.1.11

    sha384RSA

    1.2.840.113549.1.1.12

    sha512RSA

    1.2.840.113549.1.1.13

    RSASSA-PSS

    1.2.840.113549.1.1.10

    sha1ECDSA

    1.2.840.10045.4.1

    sha256ECDSA

    1.2.840.10045.4.3.2

    sha384ECDSA

    1.2.840.10045.4.3.3

    sha512ECDSA

    1.2.840.10045.4.3.4

    specifiedECDSA

    1.2.840.10045.4.3

  • 相关阅读:
    这些git技能够你用一年了
    “SSLError: The read operation timed out” when using pip
    Python字符串格式化
    python chardet简单应用
    Python中文字符串截取
    Python time datetime常用时间处理方法
    Python 拷贝对象(深拷贝deepcopy与浅拷贝copy)
    我的Linux随笔目录
    Debian修改ssh端口和禁止root远程登陆设置
    Linux开机启动
  • 原文地址:https://www.cnblogs.com/Tpf386/p/11996310.html
Copyright © 2011-2022 走看看