Skip to main content

OrBIT User Guide

obfuscationType

In this section:
Information type

Obfuscation

Syntax
"obfuscationType": "{aes128gcm|chacha20}"
Parameters

aes128gcm

The Advanced Encryption Standard 128-bit with Gallois Counter Mode for encryption authentication. String.

chacha20

The CHACHA20 streaming encryption method. This method does not currently support encryption authentication (Poly1305). String.

For use with

The product configuration file for the eSecIP Professional and eSecIP Standard editions.

Description

Use this field to specify the cryptographic function to use for obfuscating an item that uses the record.

This field is mandatory if an obfuscation record is defined.

Example
"obfuscationType": "aes128gcm"
See also

kdf