Skip to Content

CryptoUtility

Utility class for encrypting and decrypting configuration values.

Defined in: src/shared/utility/crypto.utility.ts

API

export class CryptoUtility { decrypt(encryptedValue: string, encryptionKey: string): string; encrypt(value: string, encryptionKey: string): string; isEncryptedValue(value: string): boolean; }
Last updated on