# CheckSum

Calculates Checksum based on CR32, MD5, SHA256, HMAC\_SHA256 and PBKDF2-HMAC-SHA256.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Type** *\<unquoted string> -* The type of checksum that the user wants to perform. The possible values for this parameter are: *MD5*, *CRC32* or *dynamic*.
* **Source Type** *\<unquoted string> -* The type of source that the user wants to calculate the checksum. The possible values for this parameter are: *File*, *Text* or *dynamic*.
* **Unicode** *\<unquoted string> -* Indicates if the file is in Unicode format or not. Tippicaly, text files are ANSI encoded. In that case, user must set this parameter to NO, otherwise set to YES.
* **Source** *\<string> -* The source for the text or file to execute this action. If user chooses a file, he must indicate the full path to the file.
* **Key** *\<string> -* This option is used when you use the type HMAC\_SHA256 or PBKDF2-HMAC-SHA256.
* **Rounds** *\<numeric> -* This option is used when you use the type PBKDF2-HMAC-SHA256.
* **Target** *\<unquoted string> -* The control or variable to store the result of this action.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-code-flow/checksum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
