We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://isshe.site/p/%E5%9B%BE%E8%A7%A3%E5%AF%86%E7%A0%81%E6%8A%80%E6%9C%AF-%E7%AC%AC%E5%85%AD%E7%AB%A0-%E6%B7%B7%E5%90%88%E5%AF%86%E7%A0%81%E7%B3%BB%E7%BB%9F/
第六章 混合密码系统 用对称密码提高速度,用公钥密码保护会话密钥。 对称密码:用于加密消息/数据。 公钥密码:用于加密密钥/会话密钥。 对称密码和公钥密码的密钥长度必须具备同等强度。 考虑长期运用时,公钥密码的强度应该要高于对称密码。 因为对称密码的会话密钥被破解,只会影响到本次通信,而公钥被破译,会影响过去到未来所有通信内容。 密钥强度对比: 对称密码AES 公钥密码RSA 128 3072 192 7680 256 15360 问题 对称密码: 密钥传送问题 公钥密码: 中间人攻击 速度慢 混合密码加密过程 混合密码加密过程 混合密码解密过程 混合密码解密过程
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://isshe.site/p/%E5%9B%BE%E8%A7%A3%E5%AF%86%E7%A0%81%E6%8A%80%E6%9C%AF-%E7%AC%AC%E5%85%AD%E7%AB%A0-%E6%B7%B7%E5%90%88%E5%AF%86%E7%A0%81%E7%B3%BB%E7%BB%9F/
第六章 混合密码系统 用对称密码提高速度,用公钥密码保护会话密钥。
对称密码:用于加密消息/数据。 公钥密码:用于加密密钥/会话密钥。 对称密码和公钥密码的密钥长度必须具备同等强度。 考虑长期运用时,公钥密码的强度应该要高于对称密码。 因为对称密码的会话密钥被破解,只会影响到本次通信,而公钥被破译,会影响过去到未来所有通信内容。 密钥强度对比:
对称密码AES 公钥密码RSA 128 3072 192 7680 256 15360 问题 对称密码: 密钥传送问题 公钥密码: 中间人攻击 速度慢 混合密码加密过程 混合密码加密过程
混合密码解密过程 混合密码解密过程
The text was updated successfully, but these errors were encountered: