interface DEKConfig {
    hash: string;
    iterationCount: number;
    keyLength: number;
    salt: string;
}

Properties

hash: string
iterationCount: number
keyLength: number
salt: string