> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/consts/kerberos-encryption-type.md).

# XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE

Encryption type assigned numbers.

| Original | Mapped                                                                | Description                                                             |
| -------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| 1        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES\_CBC\_CRC                  | CRC-32 checksum of the data, as computed using the DES block cipher     |
| 2        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES\_CBC\_MD4                  | MD4 checksum of the data, as computed using the DES block cipher        |
| 3        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES\_CBC\_MD5                  | MD5 checksum of the data, as computed using the DES block cipher        |
| 4        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES\_CBC\_RAW                  | Raw DES block cipher                                                    |
| 5        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES3\_CBC\_MD5                 | MD5 checksum of the data, as computed using triple DES block cipher     |
| 6        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES3\_CBC\_RAW                 | Raw triple DES block cipher                                             |
| 7        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES3\_CBC\_SHA1                | SHA-1 checksum of the data, as computed using triple DES block cipher   |
| 8        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES\_HMAC\_SHA1                | HMAC-SHA-1 checksum of the data, as computed using the DES block cipher |
| 9        | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DSAWITHSHA1\_CMSOID            | DSA with SHA-1 signature algorithm                                      |
| 10       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_MD5WITHRSAENCRYPTION\_CMSOID   | RSA encryption with MD5 digest algorithm                                |
| 11       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_SHA1WITHRSAENCRYPTION\_CMSOID  | RSA encryption with SHA-1 digest algorithm                              |
| 12       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_RC2CBC\_ENVOID                 | RC2 block cipher in CBC mode                                            |
| 13       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_RSAENCRYPTION\_ENVOID          | RSA encryption                                                          |
| 14       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_RSAES\_OAEP\_ENV\_OID          | RSAES-OAEP encryption algorithm                                         |
| 15       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES\_EDE3\_CBC\_ENV\_OID       | Triple DES block cipher in EDE-CBC mode                                 |
| 16       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_DES3\_CBC\_SHA1\_KD            | Triple DES block cipher in EDE-CBC mode with SHA-1 checksum             |
| 17       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_AES128\_CTS\_HMAC\_SHA1\_96    | AES-128 block cipher in CTS mode with HMAC-SHA-1-96 checksum            |
| 18       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_AES256\_CTS\_HMAC\_SHA1\_96    | AES-256 block cipher in CTS mode with HMAC-SHA-1-96 checksum            |
| 19       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_AES128\_CTS\_HMAC\_SHA256\_128 | AES-128 block cipher in CTS mode with HMAC-SHA-256-128 checksum         |
| 20       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_AES256\_CTS\_HMAC\_SHA384\_192 | AES-256 block cipher in CTS mode with HMAC-SHA-384-192 checksum         |
| 23       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_RC4\_HMAC                      | RC4 block cipher with HMAC checksum                                     |
| 24       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_RC4\_HMAC\_EXP                 | Exported RC4 block cipher with HMAC checksum                            |
| 25       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_CAMELLIA128\_CTS\_CMAC         | Camellia-128 block cipher in CTS mode with CMAC checksum                |
| 26       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_CAMELLIA256\_CTS\_CMAC         | Camellia-256 block cipher in CTS mode with CMAC checksum                |
| 65       | XDM\_CONST.KERBEROS\_ENCRYPTION\_TYPE\_SUBKEY\_KEYMATERIAL            | Encryption key material for subkey                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/consts/kerberos-encryption-type.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
