37 小花想要發送一封重要文件,並確保接收者能夠驗證文件的來源,他應該使用何種技術?
(A)對稱式加密(Symmetric Encryption)
(B)非對稱式加密(Asymmetric Encryption)
(C)哈希加密(Hash Encryption)
(D)數位簽章(Digital Signature)
答案:登入後查看
統計: A(42), B(61), C(7), D(177), E(0) #3481610
統計: A(42), B(61), C(7), D(177), E(0) #3481610
詳解 (共 3 筆)
#7311822
-
非對稱加密:機密性 (Confidentiality)
-
重點: 「不給看」。
-
邏輯: 只有擁有私鑰的接收者能看,確保資料在傳輸過程中不會被外人竊取內容。
-
-
數位簽章:鑑別性 (Authentication) 與 完整性 (Integrity)
-
重點: 「不准假」。
-
邏輯: 只有擁有私鑰的發送者能簽,大家用你的公鑰驗證,確保資料真的是你發的,且沒被動過。
-
0
0