{ "language": "node", "label": "Node.js", "code": "const crypto = require('crypto');\nconst userHash = crypto.createHmac('sha256', 'YOUR_SECRET_KEY').update(externalId).digest('hex');" }