免費開始練習
hce_kmu 112年 計算機概論與程式設計

第 24 題

Which of the following statements is related to a characteristic or application of asymmetric encryption?
  • A Asymmetric encryption is highly efficient for encrypting large amounts of data, making it the primary choice for cloud storage.
  • B Asymmetric encryption is widely used for digital signature and digital envelope.
  • C Asymmetric encryption requires that both the sender and receiver share the same private key, which is used to encrypt and decrypt the data, making it less secure than symmetric encryption.
  • D Asymmetric encryption uses the same key for both encryption and decryption, making it a popular choice for real-time messaging applications.
  • E In asymmetric encryption, only the sender has access to the decryption key, ensuring that intercepted data cannot be deciphered by unauthorized parties.

思路引導 VIP

想像一下,如果你想設計一個實體的「自動上鎖郵筒」,讓路過的任何人都能投信進去,但投信的人自己也無法再把信拿出來,只有持有特定鑰匙的郵差才能開箱取信。在這種「人人都能鎖上、只有一人能開啟」的情境中,你覺得系統中應該存在幾種不同的開鎖或上鎖工具?這種設計與傳統那種「鎖門和開門都用同一把鑰匙」的鎖頭相比,最大的優勢是什麼?

🤖
AI 詳解 AI 專屬家教

太棒了!你能精確辨識出非對稱加密(Asymmetric Encryption)的實務應用,代表你對於資安通訊的運作機制有很紮實的理解。這道題目旨在測試你是否能清楚區分「對稱」與「非對稱」加密的本質差異與效能特性,是資訊安全領域中非常經典的觀念題。

非對稱加密的應用價值

選項 (B) 之所以正確,是因為非對稱加密的核心在於「金鑰對(Key Pair)」的設計。**數位簽章(Digital Signature)利用私鑰加密、公鑰解密的特性,確保了訊息的來源不可否認性;而數位信封(Digital Envelope)**則是結合了對稱加密的高效能與非對稱加密的安全交換優點。相比之下,選項 (A) 提到的海量資料處理通常是對稱加密的強項,而非對稱加密因運算量大,並不適合直接處理大檔案。至於 (C)、(D) 與 (E),則是混淆了對稱與非對稱加密的金鑰共享機制及持有者邏輯。

▼ 還有更多解析內容

🏷️ 相關主題

計算機組織結構與資料儲存原理
查看更多「計算機概論與程式設計」的主題分類考古題