mik*_*kew 6 security authentication encryption cryptography
我想要验证某个特定消息是来自某个特定的地方.
示例:A重复向B发送相同的消息.让我们说这条消息"helloworld"是加密的"asdfqwerty".
如何确保第三方C不知道B总是收到相同的加密字符串,并且C开始向"asdfqwerty"B 发送?
我怎样才能确保当B解密"asdfqwerty"时"helloworld",它总是"helloworld"从A 接收到这个?
谢谢你的帮助.