Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该将文本分成块吗?
RSA是错误的加密方案吗?
错误的方案。消息加密的标准技术(例如,PGP 和 CMS)是为 AES 之类的东西生成随机对称会话密钥 K,并使用密钥 K 使用 AES 加密消息。然后使用消息的每个接收者的公钥加密 K .
通常,非对称 RSA 算法用于密钥交换。如果要加密更大的数据块,最好使用 AES 之类的东西。