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
| Value | Description |
|---|---|
SHA1 | Represents the SHA-1 hash algorithm with 20-byte output and ID 0x8004 |
SHA256 | Represents the SHA-256 hash algorithm with 32-byte output and ID 0x800C |
SHA384 | Represents the SHA-384 hash algorithm with 48-byte output and ID 0x800D |
SHA512 | Represents the SHA-512 hash algorithm with 64-byte output and ID 0x800E |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
algorithm_name | `` | Read | Gets the algorithm name. |
hash_bytes | `` | Read | Gets the hash bytes. |
alg_id | `` | Read | Gets the alg id. |
Methods
| Signature | Description |
|---|---|
__init__(name, hash_bytes, alg_id) |