Sensitive business data, such as customer phone numbers, email addresses, and card numbers, can be encrypted to ensure privacy. Once encrypted, this data is securely stored in the database as ciphertext.

Losing the ENCRYPTION_FIELD_KEY will make it impossible to decrypt the data.
To enable the encryption feature, you must set up the ENCRYPTION_FIELD_KEY environment variable, which acts as the encryption key. This key must be exactly 32 characters long, for example:

Once a field is encrypted, it only supports the following filtering operations: equals, not equals, exists, and does not exist.

To be added.