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#).