import crypto from 'crypto'; export function generateSalt(): string { return crypto.randomBytes(16).toString('hex'); }