这是关于我做的一个测试,但我这么问是因为我想要理解这些概念,我对它们有点困惑。
Maria encrypts her document with her private key.
Maria sends the document to John
John decrypt the received document using Maria's public key.我想知道这个过程是否提供了:
1) authenticity
2) integrity
3) non-repudiation
4) confidentiality.我还想知道这4个项目中哪些是由证书和数字签名提供的。
谢谢!
发布于 2013-12-03 00:22:15
你可以使用公钥-私钥对进行身份验证,如果我没记错的话
https://stackoverflow.com/questions/20332424
复制相似问题