To enable encryption, configure the following properties in `application-*.properties:
rawdata.encryption.key=PASSPHRASE
rawdata.encryption.salt=SALT
This enables AES-128 or AES-256 GCM encryption of rawdata position entries. The consumer must add the
io.descoped.encryption:entryption-util:VERSION and implement the EncryptionClient.
For more information about Data Collector, please refer to the Data Collector documentation.