<?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>Daily Morn by Raymond Li &#187; truecrypt</title>
	<atom:link href="http://rayli.net/blog/tag/truecrypt/feed/" rel="self" type="application/rss+xml" />
	<link>http://rayli.net/blog</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 05:07:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Chrome private browsing in 3 steps using TrueCrypt</title>
		<link>http://rayli.net/blog/2010/10/chrome-private-browsing-in-3-steps-using-truecrypt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=chrome-private-browsing-in-3-steps-using-truecrypt</link>
		<comments>http://rayli.net/blog/2010/10/chrome-private-browsing-in-3-steps-using-truecrypt/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 09:12:07 +0000</pubDate>
		<dc:creator>Raymond Li</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://rayli.net/blog/?p=582</guid>
		<description><![CDATA[Secure your Google Chrome profile in 3 easy steps. Instead of using the Private Browsing feature, you can keep your history, cookies and other settings while securing your profile from prying eyes. The goal is to move your Google Chrome profile to an encrypted volume. You&#8217;ll need to take three basic steps to get private [...]]]></description>
			<content:encoded><![CDATA[<p>Secure your Google Chrome profile in 3 easy steps. Instead of using the Private Browsing feature, you can keep your history, cookies and other settings while securing your profile from prying eyes.</p>
<p><span id="more-582"></span></p>
<p>The goal is to move your Google Chrome profile to an encrypted volume. You&#8217;ll need to take three basic steps to get private browsing to the extreme:</p>
<ol>
<li>Create an encrypted volume using <a title="TrueCrypt" href="http://truecrypt.org">TrueCrypt</a>.</li>
<li>Move your Chrome profile to the encrypted volume.</li>
<li>Tell Chrome about the new location of your profile.</li>
</ol>
<h3>Step 1: Create an encrypted volume using TrueCrypt.</h3>
<p><a title="TrueCrypt" href="http://truecrypt.org">TrueCrypt</a> is an open-source disk encryption tool. Using the TrueCrypt volume creation wizard, you create a TrueCrypt volume file (basically a large password-encrypted file). Using TrueCrypt, you mount the volume as a disk drive, and it shows up in Windows as a hard drive just like your C-drive.</p>
<p>You can create files, delete files, manipulate directories, and basically anything you normally do with a disk drive. The main difference is when you unmount the volume, the volume file is encrypted. Without the password, the volume file is completely useless and unreadable.</p>
<p>For more detailed directions on how to create a volume and mount it, check out the <a title="TrueCrypt Beginner's Tutorial" href="http://www.truecrypt.org/docs/?s=tutorial">TrueCrypt Beginner&#8217;s Tutorial</a>.</p>
<h3>Step 2: Move your Chrome profile to the encrypted volume.</h3>
<p>Once your volume file is mounted, you&#8217;ll want to move your existing Chrome profile to the encrypted TrueCrypt volume. Let&#8217;s say your TrueCrypt volume is mounted as the Z-drive.</p>
<ul>
<li>Shutdown Chrome.</li>
<li>Create a directory on the Z-drive named ChromeUserData\.</li>
<li>Copy files from C:\Users\&lt;username&gt;\AppData\Local\Google\Chrome\User Data\ directory to the TrueCrypt Z:\ChromeUserData\ directory.</li>
<li>Rename C:\Users\&lt;username&gt;\AppData\Local\Google\Chrome\User Data\ directory (you can delete this later).</li>
</ul>
<h3>Step 3: Tell Chrome about the new location of your profile.</h3>
<ul>
<li>Create a symbolic link to directory on the TrueCrypt volume. I had to run the command shell as Administrator.</li>
</ul>
<pre class="brush: plain; title: ; notranslate">
cd C:\Users\&lt;username&gt;\AppData\Local\Google\Chrome\
mklink /D &quot;User Data&quot; &quot;Z:\ChromeUserData&quot;
</pre>
<ul>
<li>Launch Chrome.</li>
</ul>
<p>If your version of Windows doesn&#8217;t support symbolic links, a comment from <a title="Comment from cRaig" href="http://rayli.net/blog/2010/10/chrome-private-browsing-in-3-steps-using-truecrypt/comment-page-1/#comment-3725">cRaig</a> indicates Chrome supports the <em>-user-data-dir</em> switch.  By changing the <em>Properties &gt; Target</em> for the Google Chrome shortcut in your Start Menu, you can tell Chrome about your new profile location. Your <em>Target</em> text might look something like this:</p>
<pre class="brush: plain; title: ; notranslate">
C:\Users\&lt;username&gt;\AppData\Local\Google\Chrome\Application\chrome.exe -user-data-dir=&quot;Z:\ChromeUserData&quot;
</pre>
<p>Using either approach for changing your Chrome profile location, once you unmount the TrueCrypt volume, no one will be able to look at your profile. If someone gets a hold of your computer, they won&#8217;t have a chance at getting to your Google Chrome profile.</p>
]]></content:encoded>
			<wfw:commentRss>http://rayli.net/blog/2010/10/chrome-private-browsing-in-3-steps-using-truecrypt/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

