nodo hmac_sha256

let test = crypto.createHmac('sha256', "key").update("json").digest("base64");
Foolish Frog