UNPKG

typeorm-encrypted

Version:
9 lines (8 loc) 191 B
export interface EncryptionOptions { key: string; algorithm: string; ivLength: number; iv?: string; //// For testing mainly. authTagLength?: number; looseMatching?: boolean; }