CreateHash
This Script is part of the Common Scripts Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Creating a hash of a given input, support sha1, sha256, sha512, md5 and blake. Wrapper for https://docs.python.org/3/library/hashlib.html
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, Utilities, hash |
Inputs#
| Argument Name | Description |
|---|---|
| text | Text or string for which a hash should be created. |
| type | Hash method to be used. |
Outputs#
| Path | Description | Type |
|---|---|---|
| CreateHash | string |