Commit 4b44a48a authored by John's avatar John

Site updated: 2018-11-19 19:06:56

parent 2d1a24b0
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<meta property="og:description" content="Comic credit to xkcd! One of my favorites It’s understandable that a lot of the things I talk about on this site may go above your…"> <meta property="og:description" content="Comic credit to xkcd! One of my favorites It’s understandable that a lot of the things I talk about on this site may go above your…">
<meta property="og:locale" content="en"> <meta property="og:locale" content="en">
<meta property="og:image" content="https://imgs.xkcd.com/comics/ten_thousand.png"> <meta property="og:image" content="https://imgs.xkcd.com/comics/ten_thousand.png">
<meta property="og:updated_time" content="2018-11-19T18:11:26.025Z"> <meta property="og:updated_time" content="2018-11-19T19:05:50.910Z">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Glossary"> <meta name="twitter:title" content="Glossary">
<meta name="twitter:description" content="Comic credit to xkcd! One of my favorites It’s understandable that a lot of the things I talk about on this site may go above your…"> <meta name="twitter:description" content="Comic credit to xkcd! One of my favorites It’s understandable that a lot of the things I talk about on this site may go above your…">
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<hr> <hr>
<p><span id="asc"><strong>Asymmetric Cryptography:</strong></span> A method of Cryptography that uses two keys. A public key that can be used to encrypt data, and a private key that is used to decrypt data encrypted with the matching public key.</p> <p><span id="asc"><strong>Asymmetric Cryptography:</strong></span> A method of Cryptography that uses two keys. A public key that can be used to encrypt data, and a private key that is used to decrypt data encrypted with the matching public key.</p>
<p><abbr id="gpg" title="GNU Privacy Guard"><strong>GPG:</strong></abbr> Short for GNU Privacy Guard. This software uses the <abbr title="Open Pretty Good Privacy">OpenPGP</abbr> standard to encrypt, sign, verify and exchange shared keys.</p> <p><abbr id="gpg" title="GNU Privacy Guard"><strong>GPG:</strong></abbr> Short for GNU Privacy Guard. This software uses the <abbr title="Open Pretty Good Privacy">OpenPGP</abbr> standard to encrypt, sign, verify and exchange shared keys.</p>
<p><abbr id="openpgp" title="Open Pretty Good Privacy"><strong>OpenPGP:</strong></abbr> The open source implementation of <a href="#pgp"><abbr title="Pretty Good Privacy"><strong>PGP:</strong></abbr></a> used in <a href="#ggp"><abbr title="GNU Privacy Guard">GPG</abbr></a></p> <p><abbr id="openpgp" title="Open Pretty Good Privacy"><strong>OpenPGP:</strong></abbr> The open source implementation of <a href="#pgp"><abbr title="Pretty Good Privacy"><strong>PGP:</strong></abbr></a> used in <a href="#gpg"><abbr title="GNU Privacy Guard">GPG</abbr></a></p>
<p><abbr id="pgp" title="Pretty Good Privacy"><strong>PGP:</strong></abbr> Short for “Pretty Good Privacy”. It’s a program developed by Symantec to implement signing, compressing, encrypting and decrypting data via <a href="#skc">symmetric-key cryptography</a> and <a href="#pkc">public-key cryptography</a>. Proprietary.</p> <p><abbr id="pgp" title="Pretty Good Privacy"><strong>PGP:</strong></abbr> Short for “Pretty Good Privacy”. It’s a program developed by Symantec to implement signing, compressing, encrypting and decrypting data via <a href="#skc">symmetric-key cryptography</a> and <a href="#pkc">public-key cryptography</a>. Proprietary.</p>
<p><span id="pkc"><strong>Public-Key Cryptography:</strong></span> See <a href="#asc">Asymmetric cryptography</a></p> <p><span id="pkc"><strong>Public-Key Cryptography:</strong></span> See <a href="#asc">Asymmetric cryptography</a></p>
<p><span id="skc"><strong>Symmetric Cryptography:</strong></span> A method of Cryptography that uses secret key that is applied to data to both encrypt plain text and decrypt ciphertext. </p> <p><span id="skc"><strong>Symmetric Cryptography:</strong></span> A method of Cryptography that uses secret key that is applied to data to both encrypt plain text and decrypt ciphertext. </p>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
})(); })();
</script><noscript>Enable JavaScript to see comments.</noscript> </script><noscript>Enable JavaScript to see comments.</noscript>
<!-- Meta Tags for Structured Data--> <!-- Meta Tags for Structured Data-->
<meta itemprop="dateModified" content="2018-11-19T18:11:26.025Z"> <meta itemprop="dateModified" content="2018-11-19T19:05:50.910Z">
<meta itemprop="articleBody" content=" <meta itemprop="articleBody" content="
Comic credit to xkcd! One of my Comic credit to xkcd! One of my
favorites favorites
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<url> <url>
<loc>http://blog.thebestjohn.com/glossary/index.html</loc> <loc>http://blog.thebestjohn.com/glossary/index.html</loc>
<lastmod>2018-11-19T18:11:26.025Z</lastmod> <lastmod>2018-11-19T19:05:50.910Z</lastmod>
</url> </url>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment