ลอง Plugin ตัวนี้ Prettify Code Syntax
require('crypto')
.createHmac('sha1', 'secret-key')
.update('string-to-sign')
.digest('hex')
จาก Gist: https://gist.github.com/visibletrap/4571244
Comments
Page 1 of 11
ลอง Plugin ตัวนี้ Prettify Code Syntax
require('crypto')
.createHmac('sha1', 'secret-key')
.update('string-to-sign')
.digest('hex')
จาก Gist: https://gist.github.com/visibletrap/4571244