encryptionKey property

String encryptionKey
final

The encryption key used for data encryption.

Critical Security Warning: This key must be kept confidential and should never be exposed in client-side code or stored directly in version control. It should only be used in a secure server environment or retrieved from a secure key management system at runtime.

Implementation

final String encryptionKey;