<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Recursively encrypt directories with gpgdir</title> <atom:link href="http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 06:10:44 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Rascarcapackman</title><link>http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/comment-page-1/#comment-1293142</link> <dc:creator>Rascarcapackman</dc:creator> <pubDate>Mon, 10 Jan 2011 21:45:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/#comment-1293142</guid> <description>I just do directory encryption/decryption like this
Encryption
-----------------
#1 Encrypt all files in folder &quot;Dokument&quot; that are not already ecrypted
find Dokument/* -type f ! -iname *.gpg &#124; gpg -e -r myname --multifile
#2 delete the non-encrypted copies
find Dokument/* -type f ! -iname *.gpg -exec rm {} \;
Decryption
----------------------
#2 find and decrypt all encrypted files
find Dokument/* -type f -iname *.gpg &#124; gpg -d --multifile
#2 delete the encrypted copies
find Dokument/* -type f -iname *.gpg -exec rm {} \;
/Rascarcapackman</description> <content:encoded><![CDATA[<p>I just do directory encryption/decryption like this</p><p>Encryption<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> #1 Encrypt all files in folder &#8220;Dokument&#8221; that are not already ecrypted<br
/> find Dokument/* -type f ! -iname *.gpg | gpg -e -r myname &#8211;multifile<br
/> #2 delete the non-encrypted copies<br
/> find Dokument/* -type f ! -iname *.gpg -exec rm {} \;</p><p>Decryption<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br
/> #2 find and decrypt all encrypted files<br
/> find Dokument/* -type f -iname *.gpg | gpg -d &#8211;multifile<br
/> #2 delete the encrypted copies<br
/> find Dokument/* -type f -iname *.gpg -exec rm {} \;</p><p>/Rascarcapackman</p> ]]></content:encoded> </item> <item><title>By: Recursively encrypt directories with gpgdir &#124; Mash Central</title><link>http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/comment-page-1/#comment-815084</link> <dc:creator>Recursively encrypt directories with gpgdir &#124; Mash Central</dc:creator> <pubDate>Thu, 04 Jun 2009 10:36:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/#comment-815084</guid> <description>[...] See more here:  Recursively encrypt directories with gpgdir [...]</description> <content:encoded><![CDATA[<p>[...] See more here:  Recursively encrypt directories with gpgdir [...]</p> ]]></content:encoded> </item> <item><title>By: Ramesh</title><link>http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/comment-page-1/#comment-813883</link> <dc:creator>Ramesh</dc:creator> <pubDate>Wed, 03 Jun 2009 14:00:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/#comment-813883</guid> <description>Cool, I was working gpg for an year now.... This is cool tips, let me try this
Ramesh</description> <content:encoded><![CDATA[<p>Cool, I was working gpg for an year now&#8230;. This is cool tips, let me try this</p><p>Ramesh</p> ]]></content:encoded> </item> <item><title>By: Transcontinental</title><link>http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/comment-page-1/#comment-813779</link> <dc:creator>Transcontinental</dc:creator> <pubDate>Wed, 03 Jun 2009 12:07:50 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/06/03/recursively-encrypt-directories-with-gpgdir/#comment-813779</guid> <description>I&#039;m a bit aware of having a file encrypted here, a directory encrypted there, and as many passwords (or not), cumbersome IMO. Either data requires privacy and is stocked in my TrueCrypt safe, either it doesn&#039;t and then I would not bother to get it encrypted in any other way. Just imagining trying to recover an old file encrypted ages ago, with a forgotten password, makes me think twice before closing the flat.</description> <content:encoded><![CDATA[<p>I&#8217;m a bit aware of having a file encrypted here, a directory encrypted there, and as many passwords (or not), cumbersome IMO. Either data requires privacy and is stocked in my TrueCrypt safe, either it doesn&#8217;t and then I would not bother to get it encrypted in any other way. Just imagining trying to recover an old file encrypted ages ago, with a forgotten password, makes me think twice before closing the flat.</p> ]]></content:encoded> </item> </channel> </rss>
