> ## 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 TravelEncryptionChild

> Lists the enum values for TravelEncryptionChild.

## TravelEncryptionChild Enum

Use encrypted communication for this traveller: 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     | Transmitted travel data are not encrypted (only ZIPed)                            |
| Serial | 1     | Transmitted travel data are encrypted using licence serial no. as key             |
| BF128  | 2     | Transmitted travel data are encrypted using a 128-bit key unique to each database |

## Usage

* [traveller](../traveller).encryptedComm - Associates traveling out from this database


## Related topics

- [Enum TravelEncryptionChild](/en/automation/crmscript/reference/CRMScript.NetServer.TravelEncryptionChild.md)
- [Enum values for TravelEncryptionOwn](/en/database/tables/enums/travelencryptionown.md)
- [Enum TravelEncryptionOwn](/en/automation/crmscript/reference/CRMScript.NetServer.TravelEncryptionOwn.md)
- [traveller table](/en/database/tables/traveller.md)
- [travelcurrent table](/en/database/tables/travelcurrent.md)
- [Enum values for TicketRelationType](/en/database/tables/enums/ticketrelationtype.md)
