diff --git a/content/posts/2023-11-15-using_gpg_public_key.md b/content/posts/2023-11-15-using_gpg_public_key.md index a30edc1..4b714fd 100644 --- a/content/posts/2023-11-15-using_gpg_public_key.md +++ b/content/posts/2023-11-15-using_gpg_public_key.md @@ -1,5 +1,11 @@ +++ title = "Using GPG Public Key" +[taxonomies] +tags = ["gpg", "encryption"] + +[extra] +toc = true +comments = false +++ GNU Privacy Guard (GPG) is an popular two factor encryption system often used for signing or encrypting emails, files or even git commits.