hmac.digest([encoding]); hmac.update(data[, inputEncoding]) ... const hash = createHmac('sha256', secret) .update('I love cupcakes') .digest('hex'); ...
確定! 回上一頁