Could HMAC output be the same for different key and message pairs

前端 未结 0 1018
我在风中等你
我在风中等你 2021-01-02 11:37

Could the output of the HMAC be the same if I used different keys and messages?

Example:

Out1 = HMAC(key1, msg1)
Out2 = HMAC(key2, msg2)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题