<?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>ThinkOvi! - Website transfer and Server migration services &#187; gpg</title>
	<atom:link href="http://www.thinkovi.com/tag/gpg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkovi.com</link>
	<description>Get your website moved the right way by professionals</description>
	<lastBuildDate>Fri, 15 Oct 2010 10:29:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Transfering files securely</title>
		<link>http://www.thinkovi.com/transfering-files-securely/</link>
		<comments>http://www.thinkovi.com/transfering-files-securely/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 12:06:10 +0000</pubDate>
		<dc:creator>Ovidiu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[gnu privacy guard]]></category>
		<category><![CDATA[gpg]]></category>

		<guid isPermaLink="false">http://www.thinkovi.com/?p=130</guid>
		<description><![CDATA[Are you thinking of transferring some files from your server to another location over an unsecured network? Lets say those files contain some important data(ex. your credit card database data) and you are a little paranoid when thinking about unsecured network connections. In case you are running Linux, you are in luck, the Gnu Privacy [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_218" class="wp-caption alignleft" style="width: 85px"><img src="http://www.thinkovi.com/wp-content/uploads/2009/11/encrypted_storage.jpg" alt="File encryption" title="encrypted_storage" width="75" height="75" class="size-full wp-image-218" /><p class="wp-caption-text">File encryption</p></div>Are you thinking of transferring some files from your server to another location over an unsecured network?</p>
<p>Lets say those files contain some important data(ex. your credit card database data) and you are a little paranoid when thinking about unsecured network connections.</p>
<p>In case you are running Linux, you are in luck, the <a title="The Gnu Privacy Guard" href="http://www.gnupg.org/">Gnu Privacy Guard</a> (GPG) is an free encryption tool that can encrypt or sign your files/archives with a password or an access key.</p>
<p><span id="more-130"></span></p>
<h2>Basic usage</h2>
<ul>
<li><strong>open up a <a title="Secure Shell Wikipedia" href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">ssh</a> terminal console </strong><strong> </strong></li>
</ul>
<ul>
<li><strong>Encryption command:</strong></li>
</ul>
<pre name="code" class="html">gpg -c &lt;file_name&gt;</pre>
<p>- this will create a new file called <strong>&lt;file_name&gt;.gpg</strong> which is your encoded file</p>
<ul>
<li><strong>Decryption command: </strong><strong> </strong></li>
</ul>
<pre name="code" class="html">gpg &lt;file_name&gt;.gpg</pre>
<p>The full online usage manual of the gpg command can be found on <a title="The Gnu Privacy Guard Handbook" href="http://www.gnupg.org/gph/en/manual.html" target="_blank">The GNU Privacy Guard Handbook</a> webpage.</p>
<p>Good luck:)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkovi.com/transfering-files-securely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

