Details
| ID | ContextGetHashes |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
README
Gets hashes (such as, MD5, SHA1, SHA256) from context.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags |
Inputs
| Argument Name | Description |
|---|---|
| hash | The type of hash to get. Can be, “MD5”, “SHA1”, “SHA256”, or “all”. |
Outputs
There are no outputs for this script.
commonfields: id: ContextGetHashes version: -1 name: ContextGetHashes script: '' type: javascript tags: [] comment: Gets hashes (MD5,SHA1,SHA256) from context. enabled: true args: - name: hash auto: PREDEFINED predefined: - MD5 - SHA1 - SHA256 - all description: Type of hash to get (MD5,SHA1,SHA256,all) defaultValue: all scripttarget: 0 fromversion: 5.0.0 tests: - No tests