Python 标准库参考指南 2.7.18 secure hash and message digest algorithms. Included are the FIPS secure hash algorithms SHA1, SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA’s MD5 algorithm (defined in Internet 使用哈希运算来生成消息验证代码的模块。 模块base64 针对非二进制环境对二进制哈希值进行编辑的另一种方式。 http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf 有关安全哈希算法的 FIPS 180-2 出版物。 https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptogr initial substring. 参见: Secure Hash Standard The Secure Hash Algorithm is defined by NIST document FIPS PUB 180-2: Secure Hash Standard, published in August 2002. Cryptographic Toolkit (Secure Hashing)0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 secure hash and message digest algorithms. Included are the FIPS secure hash algorithms SHA1, SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA’s MD5 algorithm (defined in Internet 使用哈希运算来生成消息验证代码的模块。 模块base64 针对非二进制环境对二进制哈希值进行编辑的另一种方式。 http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf 有关安全哈希算法的 FIPS 180-2 出版物。 https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptogr initial substring. 参见: Secure Hash Standard The Secure Hash Algorithm is defined by NIST document FIPS PUB 180-2: Secure Hash Standard, published in August 2002. Cryptographic Toolkit (Secure Hashing)0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 secure hash and message digest algorithms. Included are the FIPS secure hash algorithms SHA1, SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA’s MD5 algorithm (defined in Internet 使用哈希运算来生成消息验证代码的模块。 模块base64 针对非二进制环境对二进制哈希值进行编辑的另一种方式。 http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf 有关安全哈希算法的 FIPS 180-2 出版物。 https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptogr initial substring. 参见: Secure Hash Standard The Secure Hash Algorithm is defined by NIST document FIPS PUB 180-2: Secure Hash Standard, published in August 2002. Cryptographic Toolkit (Secure Hashing)0 码力 | 1552 页 | 7.42 MB | 9 月前3
Django CMS 3.9.x Documentationcontent from parent pages. Changed page/placeholder cache keys to use sha1 hash instead of md5 to be FIPS compliant. Fixed a bug where the change of a slug would not propagate to all descendant pages Fixed0 码力 | 417 页 | 1.68 MB | 6 月前3
Django CMS 3.8.x Documentationcontent from parent pages. Changed page/placeholder cache keys to use sha1 hash instead of md5 to be FIPS compliant. Fixed a bug where the change of a slug would not propagate to all descendant pages Fixed0 码力 | 413 页 | 1.67 MB | 6 月前3
Django CMS 4.0.x Documentationcontent from parent pages. • Changed page/placeholder cache keys to use sha1 hash instead of md5 to be FIPS compliant. • Fixed a bug where the change of a slug would not propagate to all descendant pages •0 码力 | 296 页 | 1.79 MB | 6 月前3
Django CMS 3.9.x Documentationcontent from parent pages. • Changed page/placeholder cache keys to use sha1 hash instead of md5 to be FIPS compliant. • Fixed a bug where the change of a slug would not propagate to all descendant pages •0 码力 | 298 页 | 1.79 MB | 6 月前3
Python 标准库参考指南 3.13 Lib/hashlib.py 本模块针对许多不同的安全哈希和消息摘要算法实现了一个通用接口。包括了 FIPS 安全哈希算法 SHA1, SHA224, SHA256, SHA384, SHA512, (定义见 the FIPS 180-4 standard), SHA-3 系列 (定义见 the FIPS 202 standard) 以及 RSA 的 MD5 算法 (定义见互联网 RFC 1321)。术语” sha3_256(), sha3_384(), sha3_512(), shake_128(), shake_256(), blake2b() 和blake2s()。md5() 通常也是可用的,但在你使用稀有的”FIPS 兼容” Python 编译版时它可能会缺 失或被屏蔽。这些构造器对应于algorithms_guaranteed。 如果你的 Python 分发版的hashlib 是基于提供了其他算法的 OpenSSL hashlib.algorithms_guaranteed 一个集合,其中包含此模块在所有平台上都保证支持的哈希算法的名称。请注意’md5’ 也在此清单 中,虽然某些上游厂商提供了一个怪异的排除了此算法的”FIPS 兼容” Python 编译版本。 Added in version 3.2. hashlib.algorithms_available 一个集合,其中包含在所运行的 Python 解释器上0 码力 | 2246 页 | 11.74 MB | 9 月前3
Python 标准库参考指南 3.12 Lib/hashlib.py 本模块针对许多不同的安全哈希和消息摘要算法实现了一个通用接口。包括了 FIPS 安全哈希算法 SHA1, SHA224, SHA256, SHA384, SHA512, (定义见 the FIPS 180-4 standard), SHA-3 系列 (定义见 the FIPS 202 standard) 以及 RSA 的 MD5 算法 (定义见互联网 RFC 1321)。术语” sha3_256(), sha3_384(), sha3_512(), shake_128(), shake_256(), blake2b() 和blake2s()。md5() 通常也是可用的,但在你使用稀有的”FIPS 兼容” Python 编译版时它可能会缺 失或被屏蔽。这些构造器对应于algorithms_guaranteed。 如果你的 Python 分发版的hashlib 是基于提供了其他算法的 OpenSSL hashlib.algorithms_guaranteed 一个集合,其中包含此模块在所有平台上都保证支持的哈希算法的名称。请注意’md5’ 也在此清单 中,虽然某些上游厂商提供了一个怪异的排除了此算法的”FIPS 兼容” Python 编译版本。 Added in version 3.2. hashlib.algorithms_available 一个集合,其中包含在所运行的 Python 解释器上0 码力 | 2253 页 | 11.81 MB | 9 月前3
Python 标准库参考指南 3.13 Lib/hashlib.py 本模块针对许多不同的安全哈希和消息摘要算法实现了一个通用接口。包括了 FIPS 安全哈希算法 SHA1, SHA224, SHA256, SHA384, SHA512, (定义见 the FIPS 180-4 standard), SHA-3 系列 (定义见 the FIPS 202 standard) 以及 RSA 的 MD5 算法 (定义见互联网 RFC 1321)。术语” sha3_256(), sha3_384(), sha3_512(), shake_128(), shake_256(), blake2b() 和blake2s()。md5() 通常也是可用的,但在你使用稀有的”FIPS 兼容” Python 编译版时它可能会缺 失或被屏蔽。这些构造器对应于algorithms_guaranteed。 如果你的 Python 分发版的hashlib 是基于提供了其他算法的 OpenSSL hashlib.algorithms_guaranteed 一个集合,其中包含此模块在所有平台上都保证支持的哈希算法的名称。请注意’md5’ 也在此清单 中,虽然某些上游厂商提供了一个怪异的排除了此算法的”FIPS 兼容” Python 编译版本。 Added in version 3.2. hashlib.algorithms_available 一个集合,其中包含在所运行的 Python 解释器上0 码力 | 2242 页 | 11.73 MB | 9 月前3
共 53 条
- 1
- 2
- 3
- 4
- 5
- 6













