UNPKG

typeorm-encrypted

Version:
9 lines (8 loc) 175 B
export interface EncryptionOptions { key: string; algorithm: string; ivLength: number; iv?: string; authTagLength?: number; looseMatching?: boolean; }