<?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 data</title>
	<atom:link href="http://www.ghacks.net/tag/secure-data/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>Encrypting USB Devices Data With True Crypt</title>
		<link>http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/</link>
		<comments>http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 11:52:57 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[decrypt data]]></category>
		<category><![CDATA[file encryption]]></category>
		<category><![CDATA[protect data]]></category>
		<category><![CDATA[protect files]]></category>
		<category><![CDATA[secure data]]></category>
		<category><![CDATA[true-crypt]]></category>
		<category><![CDATA[usb device]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9001</guid>
		<description><![CDATA[If you do not want to end like British government officials who lose USB devices with unencrypted data in front of pubs you might want to consider encrypting the data so that it cannot be recovered if the USB device would be lost. It is not entirely true that the data cannot be recovered but [...]]]></description>
			<content:encoded><![CDATA[<p>If you do not want to end like British government officials who lose USB devices with unencrypted data in front of pubs you might want to consider encrypting the data so that it cannot be recovered if the USB device would be lost. It is not entirely true that the data cannot be recovered but if you choose a long password and make sure to pick a safe encryption algorithm then you are on the protected side for now as it would take years to brute force the password.</p>
<p><a href="http://www.ghacks.net/tag/true-crypt/">True Crypt</a> is an Open-Source software that can be used to create encrypted containers on devices. One of the major advantages of True Crypt is that it can be used as a portable application which means that you can copy the True Crypt files on the USB device so that the software does not have to be installed on the computer system where the data is needed.</p>
<p>There is however the requirement that the user who wants to mount the True Crypt volume to get access to the data needs to have administrative rights to run the software. That is however the only requirement.</p>
<p><span id="more-9001"></span>Download the <a href="http://www.truecrypt.org/">True Crypt</a> software and run the setup. The setup displays options to install or extract the contents. Choose the extract option and pick the USB device as the target. All the files needed to encrypt and decrypt data will be extracted to the USB device.</p>
<p>Run truecrypt.exe afterwards. We need to create an encrypted container on the USB device that can store the data that we want to protect. It is limited to the free space on the USB device.</p>
<p>Click on Create Volume in the main interface and select the option to create an encrypted file container. Use the standard volume type in the next screen. Now browse to the USB device and pick a random filename that should be used as the container. You can use any name or extension, it does not really matter, for example test.avi, test.txt or bigrar.rar.</p>
<p>Pick an encryption algorithm (AES is fine and fast) and a Hash Algorithm (SJA-512) and define the space on the device that you want to assign. Select a password (20+ chars are recommended, the more the securer). The volume (in this case the space that you have selected) will be formatted. Move the mouse around to create random information and click the format button in the end.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/true_crypt_format-500x300.jpg" alt="true crypt format" title="true crypt format" width="500" height="300" class="alignnone size-medium wp-image-9002" /></p>
<p>This completes the creation of the encrypted container on the device. You need to mount it whenever you are going to use it. This is done by executing True Crypt from the USB device, picking a drive letter and selecting the file that contains the encrypted container.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/true_crypt-500x184.jpg" alt="true crypt" title="true crypt" width="500" height="184" class="alignnone size-medium wp-image-9003" /></p>
<p>The last step would be to click on mount to enter the password that is needed for the data decryption.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/true_crypt_mount.jpg" alt="true crypt mount" title="true crypt mount" width="426" height="135" class="alignnone size-full wp-image-9004" /></p>
<p>The data will be secure whenever the container is not mounted on the computer system. That&#8217;s one of the safest ways of transporting data from location A to B. Got any questions? Let me know.</p>

	Tags: <a href="http://www.ghacks.net/tag/data-storage/" title="data storage" rel="tag">data storage</a>, <a href="http://www.ghacks.net/tag/decrypt-data/" title="decrypt data" rel="tag">decrypt data</a>, <a href="http://www.ghacks.net/tag/file-encryption/" title="file encryption" rel="tag">file encryption</a>, <a href="http://www.ghacks.net/tag/protect-data/" title="protect data" rel="tag">protect data</a>, <a href="http://www.ghacks.net/tag/protect-files/" title="protect files" rel="tag">protect files</a>, <a href="http://www.ghacks.net/tag/secure-data/" title="secure data" rel="tag">secure data</a>, <a href="http://www.ghacks.net/tag/true-crypt/" title="true-crypt" rel="tag">true-crypt</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/02/true-crypt-61-released/" title="True Crypt 6.1 Released (November 2, 2008)">True Crypt 6.1 Released</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/09/16/protect-your-data-from-physical-access/" title="Protect your data from physical access (September 16, 2007)">Protect your data from physical access</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/11/password-protect-files/" title="Password Protect Files (February 11, 2009)">Password Protect Files</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/10/13/zoogmo-secure-peer-to-peer-backups/" title="Zoogmo Secure Peer To Peer Backups (October 13, 2007)">Zoogmo Secure Peer To Peer Backups</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/" title="Use any USB 2.0 Device for Readyboost in Vista (April 16, 2007)">Use any USB 2.0 Device for Readyboost in Vista</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>True Crypt 6.1 Released</title>
		<link>http://www.ghacks.net/2008/11/02/true-crypt-61-released/</link>
		<comments>http://www.ghacks.net/2008/11/02/true-crypt-61-released/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 15:47:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[disk encryption]]></category>
		<category><![CDATA[encrypt pc]]></category>
		<category><![CDATA[hard disk encryption]]></category>
		<category><![CDATA[protect computer]]></category>
		<category><![CDATA[protect pc]]></category>
		<category><![CDATA[secure data]]></category>
		<category><![CDATA[secure pc]]></category>
		<category><![CDATA[true-crypt]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8020</guid>
		<description><![CDATA[One of the very first articles that was published here at Ghacks was an article about securing a computer with True Crypt. The True Crypt developers have made several interesting changes both to the functionality of the hard drive encryption software but also to the speed and performance of it. 
Version 6.1 of True Crypt [...]]]></description>
			<content:encoded><![CDATA[<p>One of the very first articles that was published here at Ghacks was an article about securing a computer with <a href="http://www.ghacks.net/2005/12/11/securing-your-pc-with-true-crypt/">True Crypt</a>. The <a href="http://www.ghacks.net/tag/true-crypt/">True Crypt</a> developers have made several interesting changes both to the functionality of the hard drive encryption software but also to the speed and performance of it. </p>
<p>Version 6.1 of True Crypt was released two days ago and it has &#8211; again &#8211; added interesting features to the encryption software. The major improvement of this release affects Windows Vista and Windows Server 2008 operating systems. It is now possible to encrypt non system partitions on those operating systems without losing the data on those partitions. That feature is unfortunately not available in previous operating systems such as Windows XP.</p>
<p>To encrypt a non-system partition and retain the data of the partition one would have to follow the path<br />
Create Volume&#8217; > &#8216;Encrypt a non-system partition&#8217; > &#8216;Standard volume&#8217; > &#8216;Select Device&#8217; > &#8216;Encrypt partition in place&#8217; in True Crypt.</p>
<p><span id="more-8020"></span>Another interesting addition is the support of keyfiles on security tokens and smart cards that comply with the PKCS #11 standard. Text output of the True Crypt bootloader can now be suppressed or customized.</p>
<p>A complete list of changes and updates is available in the True Crypt <a href="http://www.truecrypt.org/docs/?s=version-history">release notes</a> on the True Crypt homepage.</p>

	Tags: <a href="http://www.ghacks.net/tag/disk-encryption/" title="disk encryption" rel="tag">disk encryption</a>, <a href="http://www.ghacks.net/tag/encrypt-pc/" title="encrypt pc" rel="tag">encrypt pc</a>, <a href="http://www.ghacks.net/tag/hard-disk-encryption/" title="hard disk encryption" rel="tag">hard disk encryption</a>, <a href="http://www.ghacks.net/tag/protect-computer/" title="protect computer" rel="tag">protect computer</a>, <a href="http://www.ghacks.net/tag/protect-pc/" title="protect pc" rel="tag">protect pc</a>, <a href="http://www.ghacks.net/tag/secure-data/" title="secure data" rel="tag">secure data</a>, <a href="http://www.ghacks.net/tag/secure-pc/" title="secure pc" rel="tag">secure pc</a>, <a href="http://www.ghacks.net/tag/true-crypt/" title="true-crypt" rel="tag">true-crypt</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/07/increase-true-crypt-aes-performance/" title="Increase True Crypt AES performance (March 7, 2008)">Increase True Crypt AES performance</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/" title="Encrypting USB Devices Data With True Crypt (December 14, 2008)">Encrypting USB Devices Data With True Crypt</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/10/22/disk-encryption-software-truecrypt-6-3-released/" title="Disk Encryption Software TrueCrypt 6.3 Released (October 22, 2009)">Disk Encryption Software TrueCrypt 6.3 Released</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/10/13/zoogmo-secure-peer-to-peer-backups/" title="Zoogmo Secure Peer To Peer Backups (October 13, 2007)">Zoogmo Secure Peer To Peer Backups</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/07/true-crypt-6-released/" title="True Crypt 6 released (July 7, 2008)">True Crypt 6 released</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/02/true-crypt-61-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
