Overview
HashAlgorithm is a enum in Aspose.Cells FOSS for Python.
Hash algorithm enumeration.
Values
| Value | Description |
|---|
SHA1 | Represents the SHA-1 algorithm with a 20‑byte output and ID 0x8004 |
SHA256 | Represents the SHA-256 algorithm with a 32‑byte output and ID 0x800C |
SHA384 | Represents the SHA-384 algorithm with a 48‑byte output and ID 0x800D |
SHA512 | Represents the SHA-512 algorithm with a 64‑byte output and ID 0x800E |
Properties
| Name | Type | Access | Description |
|---|
algorithm_name | `` | Read | Is the name of the hash algorithm |
hash_bytes | `` | Read | Is the byte array containing the computed hash value |
alg_id | `` | Read | Is the numeric identifier of the hash algorithm |
Methods
| Signature | Description |
|---|
__init__(name, hash_bytes, alg_id) | |
See Also