<?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>gHacks technology news &#187; secure-backup</title>
	<atom:link href="http://www.ghacks.net/tag/secure-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zip Encrypt Ftp Backups</title>
		<link>http://www.ghacks.net/2007/02/17/zip-encrypt-ftp-backups/</link>
		<comments>http://www.ghacks.net/2007/02/17/zip-encrypt-ftp-backups/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 05:44:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backup-solution]]></category>
		<category><![CDATA[didier-stevens]]></category>
		<category><![CDATA[ftp-backup]]></category>
		<category><![CDATA[secure-backup]]></category>
		<category><![CDATA[site-backup]]></category>
		<category><![CDATA[zipencryptftp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/17/zip-encrypt-ftp-backups/</guid>
		<description><![CDATA[Didier Stevens did it again with a pretty useful tool that could be used for backups that should be placed on another server on the internet. This is great if you want to separate site or operating system backups from the running server to avoid that both are not recoverable after a crash.]]></description>
			<content:encoded><![CDATA[<p><a href="http://didierstevens.wordpress.com/programs/zipencryptftp/" target="_blank">Didier Stevens</a> did it again with a pretty useful tool that could be used for backups that should be placed on another server on the internet. This is great if you want to separate site or operating system backups from the running server to avoid that both are not recoverable after a crash.</p>
<p><em>ZIPEncryptFTP is a C# command-line program, you will need the .NET 2.0 framework runtime to run it. It will write to the Application eventlog, so you need to run it the first time with administrator privileges, to register ZIPEncryptFTP with the eventlog.</em></p>
<p><span id="more-1212"></span>To use the program you will have to use the command line. If you wanted for instance to backup the contents of the directory c:\temp, use the password:test to encrypt the folder(s) with AES and upload it to the ftp 192.168.1.100 with the username test and the password pass you would do the following:</p>
<p>ZIPEncryptFTP /directory:c:\test /password:test /url:<a href="ftp://192.168.1.100" class="linkification-ext" title="Linkification: ftp://192.168.1.100">ftp://192.168.1.100</a> /ftpuser:test /ftppassword:pass</p>
<p>You can add more than one directory by simply adding another /directory parameter to ZipEncryptFtp.</p>
<p>You can use ZipEncryptFtp to encrypt the data again but it needs to be retrieved with a ftp program before. To decode the file you need to use the following command:</p>
<p>ZIPEncryptFTP /password:test /infile:test /outfile:test.zip</p>
<p><em>Everything is done in memory, no temporary (ZIP) files are created. The ZIP file is created and encrypted in memory.</em></p>
<p><em>The password is converted to a 256 bit key, and the initialization vector is generated at random. The effect of this is that encrypting the same file twice will yield 2 completely different encrypted files.</em></p>

	Tags: <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/backup-solution/" title="backup-solution" rel="tag">backup-solution</a>, <a href="http://www.ghacks.net/tag/didier-stevens/" title="didier-stevens" rel="tag">didier-stevens</a>, <a href="http://www.ghacks.net/tag/ftp-backup/" title="ftp-backup" rel="tag">ftp-backup</a>, <a href="http://www.ghacks.net/tag/secure-backup/" title="secure-backup" rel="tag">secure-backup</a>, <a href="http://www.ghacks.net/tag/site-backup/" title="site-backup" rel="tag">site-backup</a>, <a href="http://www.ghacks.net/tag/zipencryptftp/" title="zipencryptftp" rel="tag">zipencryptftp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/15/do-specific-data-backups-with-tame/" title="Do Specific Data Backups With Tame (July 15, 2008)">Do Specific Data Backups With Tame</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/03/yadis-backup-software/" title="Yadis! Backup Software (October 3, 2009)">Yadis! Backup Software</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/windows-backup-software-backup-maker/" title="Windows Backup Software: Backup Maker (April 24, 2009)">Windows Backup Software: Backup Maker</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/10/02/windows-backup-software-deltacopy/" title="Windows Backup Software DeltaCopy (October 2, 2008)">Windows Backup Software DeltaCopy</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/09/06/windows-backup-software/" title="Windows Backup Software (September 6, 2008)">Windows Backup Software</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/17/zip-encrypt-ftp-backups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
