<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Glump.net]]></title>
<link><![CDATA[https://glump.net]]></link>
<description><![CDATA[Comments]]></description>
<generator>Commentics</generator>
<item>
<title>Juan Carlos Rojas</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=101#cmtx_perm_101]]></link>
<description><![CDATA[<p>Hello, cant you tell me how cant I encrypt a File using TDES?<br>
I tried with the "gpg   --recipient "Darth Vader" --output EncryptedFile.gpg --encrypt localhost.2018-03-19.log" and It worked but I don't know under which algorithm is this encrypted file generated<br>
Thanks</p>]]></description>
<pubDate>Wed, 04 Apr 2018 22:37:25 -0400</pubDate>
<guid isPermaLink="false">item_101</guid>
</item>
<item>
<title>Niranjan Vallamkonda</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=100#cmtx_perm_100]]></link>
<description><![CDATA[<p>This is a wonderful post on GPG. I am able to test the GPG just by going through the notes.</p>]]></description>
<pubDate>Tue, 10 Oct 2017 20:58:27 -0400</pubDate>
<guid isPermaLink="false">item_100</guid>
</item>
<item>
<title>Jeff</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=99#cmtx_perm_99]]></link>
<description><![CDATA[<p>A team gave me a public which is been use from a production server. So i use that public key to test the files they gives me.</p><p>error is:  gpg: decryption failed: no secret key</p><p>i did all you say, import that key .. what I miss?</p>]]></description>
<pubDate>Wed, 15 Mar 2017 09:51:10 -0400</pubDate>
<guid isPermaLink="false">item_99</guid>
</item>
<item>
<title>Pradeep</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=98#cmtx_perm_98]]></link>
<description><![CDATA[<p>Can anyone help me on this?<br>
How to solve this?</p><p>I am using this command to decrypt a file. <br>
gpg --batch --yes --passphrase "passphrase" --output J:\PGP\tsc.pgp</p><p>It's resulting to the following error:<br>
gpg: Fatal: zlib inflate problem: invalid distance too far back</p><p>Thanks in advance.</p>]]></description>
<pubDate>Fri, 28 Feb 2014 08:28:11 -0500</pubDate>
<guid isPermaLink="false">item_98</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=97#cmtx_perm_97]]></link>
<description><![CDATA[<p>1. The jpeg is a picture of me so you know whose key the key claims to be if you met me in person. I've seen a few other people do that and one of the GUIs I used years ago encouraged it.</p><p>2. Different key. The key I used to make that signature in the article text is old and lost. I need to update the article.</p>]]></description>
<pubDate>Wed, 27 Nov 2013 14:57:43 -0500</pubDate>
<guid isPermaLink="false">item_97</guid>
</item>
<item>
<title>Matt</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=96#cmtx_perm_96]]></link>
<description><![CDATA[<p>Two questions (and then feel free to delete this post):</p><p>1.  There's a JPEG (~5.7 KB) appended to your public key.  Can you explain why and for what purpose it's there.</p><p>2.  I was able to import your <a href="http://www.glump.net/key.txt/" rel="nofollow">public key</a> (confirmed via --list-keys) and assigned the ultimate trust level, but when I attempt to verify your sample signature it comes back:</p><p>"gpg: Signature made 03/23/03 23:31:40 Eastern Daylight Time using DSA key ID A3CA0378<br>
gpg: Can't check signature: No public key"</p><p>Is this a problem on my end, or is it because the key doesn't match the signature?</p>]]></description>
<pubDate>Sun, 17 Nov 2013 11:17:29 -0500</pubDate>
<guid isPermaLink="false">item_96</guid>
</item>
<item>
<title>jon jones</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=95#cmtx_perm_95]]></link>
<description><![CDATA[<p>I copied a key, that i want to import in a text file. Where do i need to save the test file so that GNU knows where to fine it when i run import ? <br>
When i open gpg.exe and type in; import mykey.txt  or import "mykey.txt" or --import "mykey.txt" or --import mykey.txt . All it does is drop down to the next line.</p><p>Thank you for your help</p>]]></description>
<pubDate>Tue, 22 Oct 2013 12:50:13 -0400</pubDate>
<guid isPermaLink="false">item_95</guid>
</item>
<item>
<title>mike1294</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=94#cmtx_perm_94]]></link>
<description><![CDATA[<p>Great post! Thanks!</p><p>Piping the passphrase to decrypt didnt work for me but i found an alternative:</p><p>gpg --batch --yes --passphrase Password123 --decrypt-files *.pgp</p><p>from this post:</p><p>[all variants] HOWTO Disable GPG agent password dialog (pinentry)<br>
http://ubuntuforums.org/showthread.php?t=1510360</p>]]></description>
<pubDate>Tue, 01 Oct 2013 18:48:20 -0400</pubDate>
<guid isPermaLink="false">item_94</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=93#cmtx_perm_93]]></link>
<description><![CDATA[<p>Also read this list of software recommendations http://prism-break.org/ . And join your local Pirate Party chapter if there is one near you. Their platform includes personal privacy and government openness.</p>]]></description>
<pubDate>Thu, 12 Sep 2013 00:31:55 -0400</pubDate>
<guid isPermaLink="false">item_93</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=92#cmtx_perm_92]]></link>
<description><![CDATA[<p>Sorry, sir, but there are no simple answers to that problem. I'd love to write a book or a paper for newbies on the subject if I ever have the time but for now it's outside the scope of my blog.</p><p>Some practical suggestions: Read blogs by security experts like Bruce Schneier and Brian Krebs, and the people they link to; learn the lingo and the culture of information security. Complain, loudly, to your representatives. Learn about various modes of encryption and free open source privacy tools that implement them such as Tor and Freenet. Teach your friends how to use them so that you can socialize with friends privately. And lastly if you want guaranteed foolproof privacy, then get your affairs in order, settle your debts, disappear into the wilderness without a phone, and become a hermit.</p>]]></description>
<pubDate>Thu, 12 Sep 2013 00:20:00 -0400</pubDate>
<guid isPermaLink="false">item_92</guid>
</item>
<item>
<title>Este</title>
<link><![CDATA[https://glump.net/howto/cryptography/practical-introduction-to-gnu-privacy-guard-in-windows?cmtx_perm=91#cmtx_perm_91]]></link>
<description><![CDATA[<p>All of my computer activities, home phone, cell phone are being monitor how can I stop the NSA, Police , etc.. from doing this.  They are treating many U.S citizens like criminals just because they can.</p>]]></description>
<pubDate>Wed, 11 Sep 2013 21:34:24 -0400</pubDate>
<guid isPermaLink="false">item_91</guid>
</item>
</channel>
</rss>