> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for TravelEncryptionOwn

> Lists the enum values for TravelEncryptionOwn.

## TravelEncryptionOwn Enum

Use encrypted communication back to parent: 0 = no, 1 = serial no as key, 2 = target db tag as key (secure but lots of hassle for support)

| Name   | Value | Description                                                           |
| ------ | ----- | --------------------------------------------------------------------- |
| None   | 0     | Received travel data are not encrypted (only ZIPed)                   |
| Serial | 1     | Received travel data are encrypted using licence serial number as key |
| BF128  | 2     | Received travel data are ancrypted unsing a 128-bit key               |

## Usage

* [travelcurrent](../travelcurrent).encryptedComm - Information about this database and its place in the hierarchy


## Related topics

- [Enum TravelEncryptionOwn](/en/automation/crmscript/reference/CRMScript.NetServer.TravelEncryptionOwn.md)
- [Enum values for TravelEncryptionChild](/en/database/tables/enums/travelencryptionchild.md)
- [Enum TravelEncryptionChild](/en/automation/crmscript/reference/CRMScript.NetServer.TravelEncryptionChild.md)
- [travelcurrent table](/en/database/tables/travelcurrent.md)
- [traveller table](/en/database/tables/traveller.md)
- [Get Encryption Key](/en/api/reference/restful/agent/associate_agent/get-encryption-key.md)
