HashAlgorithm

Overview

HashAlgorithm is a enum in Aspose.Cells FOSS for Python.

Hash algorithm enumeration.

This enum provides 1 method for working with HashAlgorithm objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: alg_id, algorithm_name, hash_bytes.

Values

ValueDescription
SHA1Represents the SHA-1 hash algorithm with 20-byte output and ID 0x8004
SHA256Represents the SHA-256 hash algorithm with 32-byte output and ID 0x800C
SHA384Represents the SHA-384 hash algorithm with 48-byte output and ID 0x800D
SHA512Represents the SHA-512 hash algorithm with 64-byte output and ID 0x800E

Properties

NameTypeAccessDescription
algorithm_name``ReadGets the algorithm name.
hash_bytes``ReadGets the hash bytes.
alg_id``ReadGets the alg id.

Methods

SignatureDescription
__init__(name, hash_bytes, alg_id)

See Also