export interface keyAttributes { kekSalt: string; kekHash: string; encryptedKey: string; keyDecryptionNonce: string; }