Is there a way to generate same Hmac hash output from PHP as done with nodejs?

前端 未结 0 1228
星月不相逢
星月不相逢 2021-01-29 14:27

Following is my nodejs function for creating HMAC hash -

function hash() {
    key = "hello";
    msg = "Hello";
    var hmac = crypto.createH         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题