|
|
|
|
|
by tagx
4980 days ago
|
|
"being able to encrypt a message is proof that they are who they say they are" This is not exactly right. Encryption ensures people cannot eavesdrop on a message but it does not ensure you can verify the sender. You need authentication instead, which is what HMAC does in this case. |
|