From 13755ba2045586dab4c4a7b68a2fc1d609ddd8bb Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Sat, 28 Oct 2023 00:26:23 +0900 Subject: [PATCH] PUSH NOTE : 07. Public Key Cryptography.md (#124) --- .../Internet Security/2023-10-09-public-key-cryptography.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_posts/Lecture Notes/Internet Security/2023-10-09-public-key-cryptography.md b/_posts/Lecture Notes/Internet Security/2023-10-09-public-key-cryptography.md index 1d61394..8611ea8 100644 --- a/_posts/Lecture Notes/Internet Security/2023-10-09-public-key-cryptography.md +++ b/_posts/Lecture Notes/Internet Security/2023-10-09-public-key-cryptography.md @@ -12,10 +12,6 @@ tags: title: 07. Public Key Cryptography date: 2023-10-09 github_title: 2023-10-09-public-key-cryptography -image: - path: "" -attachment: - folder: "" --- In symmetric key cryptography, we have a problem with key sharing and management. More info in the first few paragraphs of [Key Exchange (Modern Cryptography)](2023-10-03-key-exchange.md#).