<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silveira Neto &#187; encrypt</title>
	<atom:link href="http://silveiraneto.net/tag/encrypt/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net</link>
	<description>the world is a pixel</description>
	<lastBuildDate>Sun, 08 Jan 2012 05:17:57 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Easily encrypt files with Gnu Privacy Guard</title>
		<link>http://silveiraneto.net/2009/01/05/easily-encrypt-files-with-gnu-privacy-guard/</link>
		<comments>http://silveiraneto.net/2009/01/05/easily-encrypt-files-with-gnu-privacy-guard/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 13:14:33 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[cml]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Gnu privacy guard]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[OpenPGP]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=2081</guid>
		<description><![CDATA[Gpg is the OpenPGP part of the GNU Privacy Guard (GnuPG). It is a tool to provide digital encryption and signing services  using  the  OpenPGP  standard. To easily encrypt a file called mydocs use: gpg -c mydocs You&#8217;ll be propted twice for a password, after that a encrypted file called mydocs.gpg is created. You can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-2080 aligncenter" title="gnupg logo" src="http://silveiraneto.net/wp-content/uploads/2009/01/200px-gnupg_logosvg.png" alt="gnupg logo" width="200" height="69" /></p>
<p>Gpg is the <a title="Wikipedia, english" href="http://en.wikipedia.org/wiki/OpenPGP">OpenPGP</a> part of the <a title="GNUPG Project Page" href="http://www.gnupg.org/">GNU Privacy Guard</a> (GnuPG). It is a tool to provide digital encryption and signing services  using  the  OpenPGP  standard.</p>
<p>To easily encrypt a file called mydocs use:</p>
<blockquote><p>gpg -c mydocs</p></blockquote>
<p>You&#8217;ll be propted twice for a password, after that a encrypted file called mydocs.gpg is created. You can send this file to your it&#8217;s destine and send the password using some secure way. In the other side to decrypt the file:</p>
<blockquote><p>gpg mydocs.gpg</p></blockquote>
<p>That&#8217;s a very simple use of this tool, you can do <a title="Features of OpenPGP" href="http://www.gnupg.org/features.en.html">much more</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/01/05/easily-encrypt-files-with-gnu-privacy-guard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

