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 などを使用することをお勧めします。