<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BenBE</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BenBE"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/BenBE"/>
		<updated>2026-05-01T08:47:23Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29712</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29712"/>
				<updated>2013-03-04T16:36:10Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Pretty Good Privacy|PGP}} (or {{w|GNU_Privacy_Guard|GnuPG}} for the free, open source version) is a program which can be used to encrypt and sign data, including messages sent as emails. Encrypting the message would prevent anybody from reading it if they didn't have the key to decrypt. Signing the message would mean that the message can be verified as unaltered, if the reader was to check the message against the signature. People who use such a program typically only use the feature to sign the message, since encrypting it (which would give you the privacy) requires that the recipient already be a PGP user. Hence the irony here is that nobody actually verifies the &amp;quot;signature&amp;quot; either, but feel secure that the message appears to be signed.&lt;br /&gt;
&lt;br /&gt;
PGP or {{w|Pretty Good Privacy}}, uses {{w|Public-key cryptography}}, which is defined in [https://tools.ietf.org/html/rfc4880 RFC4880]. The blob which makes the signature is a binary (clear sign) signature which is encoded into ASCII using {{w|ASCII armor}}.&lt;br /&gt;
&lt;br /&gt;
The use of signing software for email is so rare that most people have never seen a signed message. The joke here lies within the approach of ignoring actual privacy guarantees PGP provides, therefore giving a false sense of security.&lt;br /&gt;
&lt;br /&gt;
This irresponsible approach to security is unfortunately quite common with users and even more so for computer security related topics. When confronted with something strange (like the blob at the bottom) most people simply believe it: If it says it's secure it really has to be - even if it actually isn't.&lt;br /&gt;
&lt;br /&gt;
BTW: You can annoy pretty good any security geek out there with such ignoring behaviour.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:How to use PGP to verify that an email is authentic:&lt;br /&gt;
:Look for this text at the top&lt;br /&gt;
:[In mail header, light grey.] Reply&lt;br /&gt;
:-----BEGIN PGP ENCRYPTED MESSAGE-----&lt;br /&gt;
:[in mail message, light grey]&lt;br /&gt;
:HASH: SHA256&lt;br /&gt;
:Hey,&lt;br /&gt;
:First of all, thanks for taking care of&lt;br /&gt;
:If it's there, the email is probably fine&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29711</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29711"/>
				<updated>2013-03-04T16:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: /* Explanation */ About the users ;-)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Pretty Good Privacy|PGP}} (or {{w|GNU_Privacy_Guard|GnuPG}} for the free, open source version) is a program which can be used to encrypt and sign data, including messages sent as emails. Encrypting the message would prevent anybody from reading it if they didn't have the key to decrypt. Signing the message would mean that the message can be verified as unaltered, if the reader was to check the message against the signature. People who use such a program typically only use the feature to sign the message, since encrypting it (which would give you the privacy) requires that the recipient already be a PGP user. Hence the irony here is that nobody actually verifies the &amp;quot;signature&amp;quot; either, but feel secure that the message appears to be signed.&lt;br /&gt;
&lt;br /&gt;
PGP or {{w|Pretty Good Privacy}}, uses {{w|Public-key cryptography}}, which is defined in RFC-4880 [https://tools.ietf.org/html/rfc4880#page-60 RFC4880]. The blob which makes the signature is a binary (clear sign) signature which is encoded into ASCII using {{w|ASCII armor}}.&lt;br /&gt;
&lt;br /&gt;
The use of signing software for email is so rare that most people have never seen a signed message. The joke here lies within the approach of ignoring actual privacy guarantees PGP provides, therefore giving a false sense of security.&lt;br /&gt;
&lt;br /&gt;
This irresponsible approach to security is unfortunately quite common with security and even more so for computer security related topics. When confronted with something strange (like the BLOB at the bottom) most people simply believe it: If it says it is secure it really has to be - even if it actually isn't.&lt;br /&gt;
&lt;br /&gt;
BTW: You can annoy pretty good any security geek out there with such ignoring behaviour.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:How to use PGP to verify that an email is authentic:&lt;br /&gt;
:Look for this text at the top&lt;br /&gt;
:[In mail header, light grey.] Reply&lt;br /&gt;
:-----BEGIN PGP ENCRYPTED MESSAGE-----&lt;br /&gt;
:[in mail message, light grey]&lt;br /&gt;
:HASH: SHA256&lt;br /&gt;
:Hey,&lt;br /&gt;
:First of all, thanks for taking care of&lt;br /&gt;
:If it's there, the email is probably fine&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29650</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29650"/>
				<updated>2013-03-04T08:14:28Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a play on words with PGP, or {{w|Pretty Good Privacy}}, a method of encrypting emails. While PGP relies on, in part {{w|Public-key cryptography}}, Randall suggests that if you just look for &amp;quot;Begin PGP Signed Message&amp;quot; in the message, the assumption that the message is encrypted is &amp;quot;Pretty Good.&amp;quot; This holds true as one of the [https://tools.ietf.org/html/rfc4880 RFC4880]-devised plaintext headers for [https://en.wikipedia.org/w/index.php?title=ASCII_armor ASCII-armored] messages is exactly this text. The title-text carries this further, suggesting that if something looking like a signature is located at the end of the message, the email was encrypted.&lt;br /&gt;
&lt;br /&gt;
The joke here lies within the approach of ignoring actual privacy guarantees PGP provides as if you can distinguish the plaintext part from the signature you are using it without encryption and thus there's pretty good certainty about no privacy added through PGP.&lt;br /&gt;
&lt;br /&gt;
Also humans hardly ever can verify signatures just doing math in their head.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29649</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29649"/>
				<updated>2013-03-04T08:11:42Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: /* Explanation */ Some corrections fixing some major mistakes and providing some additional detail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a play on words with PGP, or {{w|Pretty Good Privacy}}, a method of encrypting emails. While PGP relies on, in part {{w|Public-key cryptography}}, Randall suggests that if you just look for &amp;quot;Begin PGP Signed Message&amp;quot; in the message, the assumption that the message is encrypted is &amp;quot;Pretty Good.&amp;quot; This holds true as one of the [https://tools.ietf.org/html/rfc4880 RFC4880]-devised plaintext headers for ASCII-armored messages is exactly this text. The title-text carries this further, suggesting that if something looking like a signature is located at the end of the message, the email was encrypted.&lt;br /&gt;
&lt;br /&gt;
The joke here lies within the approach of ignoring actual privacy guarantees PGP provides as if you can distinguish the plaintext part from the signature you are using it without encryption and thus there's pretty good certainty about no privacy added through PGP.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=559:_No_Pun_Intended&amp;diff=25049</id>
		<title>559: No Pun Intended</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=559:_No_Pun_Intended&amp;diff=25049"/>
				<updated>2013-01-08T20:52:59Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: Categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 559&lt;br /&gt;
| date      = March 23, 2009&lt;br /&gt;
| title     = No Pun Intended&lt;br /&gt;
| image     = no_pun_intended.png&lt;br /&gt;
| titletext = Like spelling 'dammit' correctly -- with two m's -- it's a troll that works best on the most literate.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Pretty self-explainatory - no pun intended.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
My Hobby: Appending &amp;quot;no pun intended&amp;quot; to lines with no pun in them.&lt;br /&gt;
[[Random guy is talking to a guy with a beret]]&lt;br /&gt;
Random guy: I think he&amp;amp;#39;s internalized his girlfriend&amp;amp;#39;s attitudes - no pun intended - and so...&lt;br /&gt;
{{Three hours later:}}&lt;br /&gt;
[[Beret guy is thinking]]&lt;br /&gt;
Beret guy: &amp;amp;quot;Internalized?&amp;amp;quot; Lied? Analyzed? Or is it &amp;amp;quot;attitudes&amp;amp;quot;? Dammit.&lt;br /&gt;
{{alt: Like spelling &amp;amp;#39;dammit&amp;amp;#39; correctly -- with two m&amp;amp;#39;s -- it&amp;amp;#39;s a troll that works best on the most literate.}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=559:_No_Pun_Intended&amp;diff=25048</id>
		<title>559: No Pun Intended</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=559:_No_Pun_Intended&amp;diff=25048"/>
				<updated>2013-01-08T20:50:35Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: Categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 559&lt;br /&gt;
| date      = March 23, 2009&lt;br /&gt;
| title     = No Pun Intended&lt;br /&gt;
| image     = no_pun_intended.png&lt;br /&gt;
| titletext = Like spelling 'dammit' correctly -- with two m's -- it's a troll that works best on the most literate.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Pretty self-explainatory - no pun intended.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
My Hobby: Appending &amp;quot;no pun intended&amp;quot; to lines with no pun in them.&lt;br /&gt;
[[Random guy is talking to a guy with a beret]]&lt;br /&gt;
Random guy: I think he&amp;amp;#39;s internalized his girlfriend&amp;amp;#39;s attitudes - no pun intended - and so...&lt;br /&gt;
{{Three hours later:}}&lt;br /&gt;
[[Beret guy is thinking]]&lt;br /&gt;
Beret guy: &amp;amp;quot;Internalized?&amp;amp;quot; Lied? Analyzed? Or is it &amp;amp;quot;attitudes&amp;amp;quot;? Dammit.&lt;br /&gt;
{{alt: Like spelling &amp;amp;#39;dammit&amp;amp;#39; correctly -- with two m&amp;amp;#39;s -- it&amp;amp;#39;s a troll that works best on the most literate.}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;br /&gt;
{{Category:My Hobby}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Beret]]&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=559:_No_Pun_Intended&amp;diff=25047</id>
		<title>559: No Pun Intended</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=559:_No_Pun_Intended&amp;diff=25047"/>
				<updated>2013-01-08T20:42:26Z</updated>
		
		<summary type="html">&lt;p&gt;BenBE: No Pun Intended&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 559&lt;br /&gt;
| date      = March 23, 2009&lt;br /&gt;
| title     = No Pun Intended&lt;br /&gt;
| image     = no_pun_intended.png&lt;br /&gt;
| titletext = Like spelling 'dammit' correctly -- with two m's -- it's a troll that works best on the most literate.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Pretty self-explainatory - no pun intended.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
My Hobby: Appending &amp;quot;no pun intended&amp;quot; to lines with no pun in them.&lt;br /&gt;
[[Random guy is talking to a guy with a beret]]&lt;br /&gt;
Random guy: I think he&amp;amp;#39;s internalized his girlfriend&amp;amp;#39;s attitudes - no pun intended - and so...&lt;br /&gt;
{{Three hours later:}}&lt;br /&gt;
[[Beret guy is thinking]]&lt;br /&gt;
Beret guy: &amp;amp;quot;Internalized?&amp;amp;quot; Lied? Analyzed? Or is it &amp;amp;quot;attitudes&amp;amp;quot;? Dammit.&lt;br /&gt;
{{alt: Like spelling &amp;amp;#39;dammit&amp;amp;#39; correctly -- with two m&amp;amp;#39;s -- it&amp;amp;#39;s a troll that works best on the most literate.}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;/div&gt;</summary>
		<author><name>BenBE</name></author>	</entry>

	</feed>