const crypto = require('crypto'); const hashformat= crypto.createHmac('sha256', process.env.HASH_SECRET) .update("hashData") .digest('hex');