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

第 29 題

Public key cryptography is a method of secure communication that uses a pair of keys, a public key and a private key. This system ensures that only the intended recipient can read an encrypted message and that a signed message truly comes from the claimed sender. Which of the statement below regarding data encryption using public key algorithms is CORRECT?
  • A The sender encrypts with the public key and the receiver decrypts with the public key.
  • B The sender encrypts with the private key and the receiver decrypts with the private key.
  • C The sender encrypts with the public key and the receiver decrypts with the private key.
  • D The sender encrypts with the private key and the receiver decrypts with the public key.
  • E The sender decrypts with the private key and the receiver encrypts with the public key.

思路引導 VIP

想像一下,如果你想寄一個只有你朋友能拆開的保險箱,而你朋友發給每個人一個「只能鎖上、無法開啟」的鎖頭,而他自己則留著世上唯一能打開這種鎖的鑰匙。如果你要把秘密放進保險箱,你會使用誰提供的什麼工具來上鎖?而你的朋友收到後,又該用什麼來解鎖呢?

🤖
AI 詳解 AI 專屬家教

恭喜你精準地掌握了**非對稱加密(Asymmetric Encryption)**的核心邏輯!你能正確選出 (C),代表你清楚理解了公鑰與私鑰在「保密性」傳輸中的角色分工,這是在資安領域中非常基礎且關鍵的觀念。

非對稱加密的運作原理

在非對稱加密系統中,每一對密鑰都有獨特的數學關聯:**公鑰(Public Key)是用來加密的,就像是一個任何人都能看到的投遞箱,大家都可以把信件投進去;而私鑰(Private Key)**則是由接收者本人嚴格保管的開箱鑰匙。當發送者使用接收者的公鑰將訊息加密後,這段資訊在網路上即便被攔截,也只有持有對應私鑰的接收者能夠將其解讀(Decrypt),這正是確保「只有預定接收者能閱讀」的技術關鍵。

▼ 還有更多解析內容

🏷️ 相關主題

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