export interface keyAttributes { kekSalt: string; kekHash: string; kekHashSalt: string; encryptedKey: string; encryptedKeyIV: string; };