<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; encryption</title>
	<atom:link href="http://4sysops.com/archives/tag/encryption/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:25:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>Active Directory and BitLocker &#8211; Part 1: Introduction</title>
		<link>http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/</link>
		<comments>http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 23:30:13 +0000</pubDate>
		<dc:creator>Kyle Beckman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7274</guid>
		<description><![CDATA[This tutorial in seven parts describes in detail how to configure Active Directory for BitLocker and gives valuable best practice tips.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This tutorial in seven parts describes in detail how to configure Active Directory for BitLocker and gives valuable best practice tips.</i></strong></p>
<p>You don’t have to go very far to hear a story about a laptop computer being stolen that contained the names and personal information of hundreds, thousands, or even tens of thousands of people. Whether they realize it or not, many organizations have employees that are carrying around company trade secrets or the personal information of employees, contractors, customers, patients, and/or students. In most cases, loss of these devices could have regulatory, legal, monetary, or reputation implications for not only the organization who lost the data, but for those whose personal information was lost.</p>
<p>What about your company’s sensitive data? What would happen if your closest competitor had the laptop of someone from your marketing or sales department and all of the data that resided on it? What if a missing laptop from a doctor at your hospital landed on the desk of a local news reporter? What if a faculty member at your university left a laptop in a coffee shop never to be seen again? These are all very real situations that could happen to your organization if you’re not taking precautions to ensure that data stored on these devices is protected from unauthorized access.</p>
<p>Luckily, Microsoft has a solution available for this very issue: BitLocker Drive Encryption. BitLocker is disk encryption for computers running Windows Vista and 7, Ultimate and Enterprise editions. Unfortunately, BitLocker does not support Windows 7 Business or Windows 7 Professional.) By itself, BitLocker can encrypt the contents of a drive to prevent unauthorized access. But, coupled with Active Directory, BitLocker can be managed with Group Policy and have its recovery information backed up transparently every time a drive is encrypted.</p>
<h2>Configure Active Directory to backup BitLocker Recovery information</h2>
<p>First, you’ll need to configure Active Directory to store all of your recovery information for your BitLocker encrypted devices. Don’t worry if you’ve already encrypted devices, you can still add this information to AD after you’ve performed the schema update. Just be aware that this information will not be added automatically once you update your AD schema.</p>
<p>To update your AD schema, you’ll need to ensure that <strong><span style="text-decoration: underline;">all</span></strong> of your Domain Controllers are running Windows Server 2003 SP1 or higher and the account updating your schema must be a Schema Admin or an Enterprise Admin. Bitlocker does not require a minimum functional level for AD, but Microsoft highly recommends making sure that all of your DC’s are running a minimum of Server 2003 with SP1 so that your Bitlocker recovery information is only accessible by authorized users.</p>
<p>If you meet those requirements, <a href="http://go.microsoft.com/fwlink/?LinkId=78953">download</a> the self-extracting archive, “Configuring AD to Back up BitLocker and TPM Recovery Information.exe,” that contains: Add-TPMSelfWriteACE.vbs, BitLockerTPMSchemaExtension.ldf, List-ACEs.vbs, Get-TPMOwnerInfo.vbs, and Get-BitLockerRecoveryInfo.vbs. Extract the files to a folder on your Domain Controller.</p>
<p>In the next post I will describe how to update the Active Directory Schema for BitLocker, write about the ACE settings and Password Recovery Viewer.</p>
Author: Kyle Beckman
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Active Directory and BitLocker]]></series:name>
	</item>
		<item>
		<title>Unlock BitLocker under Windows PE</title>
		<link>http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/</link>
		<comments>http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 02:24:10 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=5642</guid>
		<description><![CDATA[In this article, you will learn how to create a Windows PE 3.0 installation that you can use to unlock BitLocker encrypted drives with the manage-bde command.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article, you will learn how to create a Windows PE 3.0 installation that you can use to unlock BitLocker encrypted drives with the manage-bde command.</i></strong></p>
<p>A while back, I claimed that <a href="http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/">hard drives in business PCs should always be encrypted</a> for various reasons. Even though many third-party encryption solutions are available, BitLocker would always be my first choice because it is perfectly integrated into Windows. Unfortunately, by default this is not the case for Windows PE.</p>
<p>A disadvantage of hard drive encryption is that you can&#8217;t easily access the system drive for troubleshooting if Windows is unable to boot up properly. Imagine a high-ranking manager coming to your office one morning, telling you that her laptop doesn&#8217;t boot up and that she has important data on the encrypted system disk that she desperately needs later today. Ah, and by the way, her flight leaves in an hour. What will you do?</p>
<p>One option is to boot up from your Windows PE rescue USB stick, unlock the BitLocker encrypted drive, retrieve the important data, and be a hero. Another option would be to look for another job, but we won&#8217;t pursue this problem solution here.</p>
<p>To unlock a BitLocker encrypted drive from the command prompt, you need the Windows command manage-bde. However, if you only have a <a href="http://4sysops.com/archives/build-a-bootable-windows-pe-3-0-usb-drive-with-rescue-tools-part-1/">common bootable Windows PE USB stick</a>, your heroic deed will miserably fail with this error message:</p>
<p><em>ERROR: An error occurred (code 0&#215;80040154):
Class not registered</em></p>
<p>Not nice if your impatient manager is looking over your shoulder, claiming that she has booked a business class flight that will not wait for her. To avoid this embarrassing situation, you&#8217;d better have a Windows PE rescue stick at hand where all Windows PE WMI classes have been installed.</p>
<p>To create a Windows PE installation that you can use to unlock BitLocker encrypted drives, you have to <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en">download the Windows AIK (WAIK) for Windows 7</a>, install the WAIK, launch the Deployment Tools Command Prompt with admin privileges, and then follow this procedure:</p>
<h2>Create a Windows PE WIM image to unlock BitLocker</h2>
<p><code>copype.cmd x86 c:\winpe_x86</p>
<p>dism /mount-wim /wimfile:c:\winpe_x86\winpe.wim /index:1 /mountdir:c:\winpe_x86\mount</p>
<p>dism /image:c:\winpe_x86\mount /add-package /packagepath:"c:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\WinPE-WMI.cab"</p>
<p>dism /unmount-Wim /mountdir:c:\winpe_x86\mount /commit</p>
<p>copy c:\winpe_x86\winpe.wim c:\winpe_x86\ISO\sources\boot.wim</code></p>
<p>If you prefer to boot Windows PE from a DVD or CD, you can create a bootable ISO file with this command:</p>
<p><code>oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso</code></p>
<p>Under Windows 7, you can create the bootable Windows PE DVD through the context menu of the ISO file. I have already explained in detail how to <a href="http://4sysops.com/archives/build-a-bootable-windows-pe-3-0-usb-drive-with-rescue-tools-part-1/">create a bootable Windows PE USB stick</a> before, so I won&#8217;t repeat this procedure here.</p>
<h2>Unlock BitLocker with manage-bde</h2>
<p>Once you have booted up Windows PE, you can unlock the BitLocker encrypted system drive with this command:</p>
<p><em>manage-bde -unlock c: -recoverypassword &lt;recovery key&gt;</em></p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/01/Unlock.BitLocker.Windows.PE_.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/01/Unlock.BitLocker.Windows.PE_.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Unlock BitLocker Windows.PE" src="http://4sysops.com/wp-content/uploads/2011/01/Unlock.BitLocker.Windows.PE_thumb.png" alt="Unlock BitLocker Windows.PE" width="604" height="300" border="0" /></a></p>
<p>I assume here that you have stored all BitLocker recovery keys either in Active Directory or at another safe place. Of course, without a recovery key, you can&#8217;t access a BitLocker encrypted drive from a second Windows installation. After all, that is the point of encrypting hard drives.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/01/Unlock.BitLocker.Windows.PE_.Recovery.Key_.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/01/Unlock.BitLocker.Windows.PE_.Recovery.Key_.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Unlock BitLocker Windows PE - Recovery Key" src="http://4sysops.com/wp-content/uploads/2011/01/Unlock.BitLocker.Windows.PE_.Recovery.Key_thumb.png" alt="Unlock BitLocker Windows PE - Recovery Key" width="604" height="244" border="0" /></a></p>
<p>Tip: Copy the recovery key file to your USB stick before you boot up. Then you can open the recovery key file with Notepad and paste the key on the command line.</p>
<p>Manage-bde also has the recoverykey parameter, which is supposed to allow you to read the recovery key file from a drive:</p>
<p><em>manage-bde -unlock c: -recoverykey &lt;recovery key file&gt;</em></p>
<p>However, when I tried this option I only got this error message:</p>
<p><em>ERROR: An error occurred while attempting to read the key from disk.</em></p>
<p>I got the same error message under Windows 7, so I somehow think there is a bug involved because the recovery key worked fine. Please let me know if this option worked for you.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Seven reasons why you need BitLocker hard drive encryption for your whole organization</title>
		<link>http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/</link>
		<comments>http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 17:22:03 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=4306</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2010/04/TurnonBitLocker.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/04/TurnonBitLocker.png','',event,300,75)"><img style="margin: 0px 0px 0px 4px; display: inline; border: 0px;" title="Turn-on-BitLocker" src="http://4sysops.com/wp-content/uploads/2010/04/TurnonBitLocker_thumb.png" border="0" alt="Turn-on-BitLocker" width="287" height="336" align="right" /></a> Perhaps you believe your office is your well-protected castle. You think nobody can access your disks and, because you don&#8217;t have laptop users, you don&#8217;t need <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker disk encryption</a> in your organization. This post provides seven reasons why you are wrong. In my view, hard disk encryption is a must for all PCs in your organization. BitLocker alone justifies the deployment of Windows 7 Enterprise or Ultimate instead of Windows 7 Professional.</p>
<h2>1. Confidential data</h2>
<p>It is true that the most common use of BitLocker is to protect the data on stolen laptops. Since you are probably an IT pro, you know that anybody can access the data on an unencrypted disk without requiring any passwords by booting up from a second drive. Thus, hard disk encryption is the only way to protect the data on a stolen laptop. However, who says that the disks in your PCs or servers can&#8217;t be stolen? Did you ever wonder what a disgruntled &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2010/04/TurnonBitLocker.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/04/TurnonBitLocker.png','',event,300,75)"><img style="margin: 0px 0px 0px 4px; display: inline; border: 0px;" title="Turn-on-BitLocker" src="http://4sysops.com/wp-content/uploads/2010/04/TurnonBitLocker_thumb.png" border="0" alt="Turn-on-BitLocker" width="287" height="336" align="right" /></a> Perhaps you believe your office is your well-protected castle. You think nobody can access your disks and, because you don&#8217;t have laptop users, you don&#8217;t need <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker disk encryption</a> in your organization. This post provides seven reasons why you are wrong. In my view, hard disk encryption is a must for all PCs in your organization. BitLocker alone justifies the deployment of Windows 7 Enterprise or Ultimate instead of Windows 7 Professional.</p>
<h2>1. Confidential data</h2>
<p>It is true that the most common use of BitLocker is to protect the data on stolen laptops. Since you are probably an IT pro, you know that anybody can access the data on an unencrypted disk without requiring any passwords by booting up from a second drive. Thus, hard disk encryption is the only way to protect the data on a stolen laptop. However, who says that the disks in your PCs or servers can&#8217;t be stolen? Did you ever wonder what a disgruntled employee could do with the easy-to-remove hot-plug hard disks in your servers? If you use RAID, you might not even notice the theft for a while. I suppose, your organization protects all your valuable printed documents in a safe. Do you have the same security precautions for your valuable digital data?</p>
<h2>2. System data</h2>
<p>Okay, you say you don&#8217;t have any confidential data in your organization. Let&#8217;s forget for a moment that this is probably only an excuse. But what about the security relevant data that is stored on every system disk? Password hashes for example. Once an attacker has physical access to one of your company’s system disks, this opens a variety of ways to attack your whole network. Brute force attacks to crack cached passwords is only one option. If the stolen computer is a domain member, a hacker can use its trust relationship to access other machines in your organization. However, if the disk is encrypted, the bad guy has little chance to compromise your network.</p>
<h2>3. Disk crashes</h2>
<p>You think all your disks are physically well protected? Read on. What are you doing with a crashed disk that you just bought a year ago? Right, you send it to the manufacturer so they can verify that the disk is really broken and that the terms of the guarantee are met. Who knows, perhaps it’s only a malfunction of the electronics and they can even repair the hard drive. Now, do you really want to send an unencrypted disk with security relevant data to people you don&#8217;t really know? The same applies if you have a support contract with your PC vendor that damaged PCs will be repaired or replaced with new ones. And you don&#8217;t really trust the nice guy from UPS who picks up the broken PCs. Do you?</p>
<h2>4. Disk disposal</h2>
<p>For every hard drive comes the time when the last journey to the scrap yard becomes inevitable. I know, you are a conscientious admin and erase every disk thoroughly with a special <a href="http://4sysops.com/archives/free-active-kill-disk-hard-driver-eraser/">hard drive eraser tool</a>. Don&#8217;t blush now. You didn&#8217;t do that in the past? I know, disposing of a couple hundred PCs is work enough and erasing just one big hard disk can take days. However, if all the disks in your organization are BitLocker encrypted, you can be a conscientious admin without erasing hard disks for weeks before you dispose of them.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/04/BitLockerGroupPolicy.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/04/BitLockerGroupPolicy.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="BitLocker-Group-Policy" src="http://4sysops.com/wp-content/uploads/2010/04/BitLockerGroupPolicy_thumb.png" border="0" alt="BitLocker-Group-Policy" width="604" height="262" /></a></p>
<h2>5. Why not a third party drive encryption software?</h2>
<p>I hope, I have already convinced you by now that hard disk encryption is a must. BitLocker is certainly not the only encryption solution out there. A popular contender is TrueCrypt. I outlined already a few days ago why I am <a href="http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/">not really a friend of TrueCrypt drive encryption</a>. Other encryption solutions exist, such as from <a href="http://www.pgp.com/products/wholediskencryption/">PGP</a>. However, I wouldn&#8217;t use third-party software for this purpose because system drive encryption always requires tight integration with Windows. I could also tell you some stories about former versions of PGP drive encryption. With any Windows update you are in danger that your encryption software breaks and that your PCs become unusable. The problems I had with TrueCrypt demonstrate how difficult it is to integrate drive encryption into Windows. Moreover, if you have more than 50 machines in your network, BitLocker is the best choice because of its good integration in Active Directory.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/04/BitLockerRecoveryAgent.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/04/BitLockerRecoveryAgent.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="BitLocker-Recovery-Agent" src="http://4sysops.com/wp-content/uploads/2010/04/BitLockerRecoveryAgent_thumb.png" border="0" alt="BitLocker-Recovery-Agent" width="604" height="387" /></a></p>
<h2>6. Why not Encrypting File System (EFS)?</h2>
<p>Okay, no third party encryption software. But what about the Encrypting File System (EFS)? It is perfectly integrated into Windows and like BitLocker it can be managed centrally. The advantage of EFS is that you don&#8217;t need Windows 7 Enterprise or Ultimate and you can deploy Windows Professional instead. However, the problem with EFS is that you can&#8217;t encrypt the whole system drive. Therefore, EFS doesn&#8217;t help with the concerns I outlined above. EFS is useful if you want to encrypt a couple of private files. But it is no option for encrypting a whole disk drive.</p>
<h2>7. Sleep well</h2>
<p>Okay, I admit it. I made this one up because I needed a seventh reason. All such blog posts about Windows 7 need seven reasons these days. But then, a good sleep is so important. No more nightmares of your CEO&#8217;s computer with all the confidential data falling into the hands of a competitor. Isn&#8217;t that reason enough to deploy BitLocker? <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better</title>
		<link>http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/</link>
		<comments>http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 19:30:36 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=4297</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2010/03/BitLocker.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/03/BitLocker.png','',event,300,75)"><img style="margin: 0px 0px 0px 4px; display: inline; border-width: 0px;" title="BitLocker" src="http://4sysops.com/wp-content/uploads/2010/03/BitLocker_thumb.png" border="0" alt="BitLocker" width="354" height="264" align="right" /></a>I&#8217;ve been using TrueCrypt drive encryption for some time for my external hard drives. Some days ago, I moved to <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker</a> and I am quite happy with it. In this post I explain why. Please note that this comparison is about device-hosted encryption and not about <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">system drive encryption</a>.</p>
<h2>No system image backups</h2>
<p>The one thing I disliked most about TrueCrypt is that I couldn’t use my external drive for system image backups because the Windows 7 Backup and Restore applet no longer recognized this drive. You might say that this is not TrueCrypt&#8217;s fault. However, for me, it didn&#8217;t matter whose fault it was as I was just robbed from an important function of my external hard drive.</p>
<h2>No TPM support</h2>
<p>One of the advantages of BitLocker is that it supports the <a href="http://en.wikipedia.org/wiki/Trusted_Platform_Module">Trusted Platform Module (TPM)</a> chip. This not only improves security, significantly, but it also makes the use of encryption technology more convenient. Of course, you then &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2010/03/BitLocker.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/03/BitLocker.png','',event,300,75)"><img style="margin: 0px 0px 0px 4px; display: inline; border-width: 0px;" title="BitLocker" src="http://4sysops.com/wp-content/uploads/2010/03/BitLocker_thumb.png" border="0" alt="BitLocker" width="354" height="264" align="right" /></a>I&#8217;ve been using TrueCrypt drive encryption for some time for my external hard drives. Some days ago, I moved to <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker</a> and I am quite happy with it. In this post I explain why. Please note that this comparison is about device-hosted encryption and not about <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">system drive encryption</a>.</p>
<h2>No system image backups</h2>
<p>The one thing I disliked most about TrueCrypt is that I couldn’t use my external drive for system image backups because the Windows 7 Backup and Restore applet no longer recognized this drive. You might say that this is not TrueCrypt&#8217;s fault. However, for me, it didn&#8217;t matter whose fault it was as I was just robbed from an important function of my external hard drive.</p>
<h2>No TPM support</h2>
<p>One of the advantages of BitLocker is that it supports the <a href="http://en.wikipedia.org/wiki/Trusted_Platform_Module">Trusted Platform Module (TPM)</a> chip. This not only improves security, significantly, but it also makes the use of encryption technology more convenient. Of course, you then need a computer with TPM, but BitLocker also works without TPM. You might have read the news that <a href="http://www.h-online.com/security/news/item/Hacker-extracts-crypto-key-from-TPM-chip-927077.html">TPM was cracked,</a> recently. However, the procedure is extremely time consuming and can only be done by experts. When it comes to security, vulnerabilities are absolutely unimportant. What counts is who possesses the capabilities to crack a system and how much effort is necessary. The TPM significantly raises the bar to crack an encrypted system, and TrueCrypt doesn&#8217;t reach this level of security.</p>
<h2>Password hassle</h2>
<p><a href="http://4sysops.com/wp-content/uploads/2010/03/TrueCryptAutomountDevices.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/03/TrueCryptAutomountDevices.png','',event,300,75)"><img style="margin: 0px 4px 0px 0px; display: inline; border-width: 0px;" title="TrueCrypt-Automount-Devices" src="http://4sysops.com/wp-content/uploads/2010/03/TrueCryptAutomountDevices_thumb.png" border="0" alt="TrueCrypt-Automount-Devices" width="300" height="260" align="left" /></a>Thanks to the TPM, you don&#8217;t have to type a password every time you connect the drive. Passwords are the weak point of any security mechanism. I don&#8217;t just have key loggers in mind. There are a myriad of ways to steal a password. This is what they teach hackers in elementary school. Password plus hardware token is the most secure way to protect your encrypted data. BitLocker also allows you to work without a password. This is still secure as long as you are the only one who can log on to your computer. This way encryption becomes convenient and ensures that people use it.</p>
<h2>Manual auto-mount</h2>
<p>I like this &#8220;Auto-mount device&#8221; button in TrueCrypt. I always thought &#8220;auto&#8221; means that I don&#8217;t have to do it manually. Well, yes, only two clicks are required to &#8220;auto-mount&#8221; a TrueCrypt device. If these were the only clicks, I might just ignore this little hassle. Of course, BitLocker can &#8220;automatically auto-mount&#8221; encrypted volumes.</p>
<h2>&#8220;You need to format the disk&#8221;</h2>
<p>This is just a minor glitch; however, after a while it got on my nerves. Every time I plugged in the drive, Windows would welcome this new device with &#8220;You need to format the disk in drive F: before you can use it.&#8221; Perhaps, there is a switch somewhere deep down in the Windows engine room that would allow me to turn off this unnerving popup message. But why didn’t the TrueCrypt developers do that for me?</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/03/Youneedtoformatthediskbeforeyoucanuseit.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/03/Youneedtoformatthediskbeforeyoucanuseit.png','',event,300,75)"><img style="margin: 0px; display: inline; border-width: 0px;" title="You-need-to-format-the-disk-before-you-can-use-it" src="http://4sysops.com/wp-content/uploads/2010/03/Youneedtoformatthediskbeforeyoucanuseit_thumb.png" border="0" alt="You-need-to-format-the-disk-before-you-can-use-it" width="365" height="173" /></a></p>
<h2>Additional drive letter</h2>
<p>Another minor glitch. Windows Explorer always uses two drive letters for one disk: one for the TrueCrypt drive and the one that Windows is so eager to format. Since I often have quite a few drives connected (external, network, etc.) this can be disturbing because it is one more thing that can mess up your drive letter order. This is particularly true if you work with multiple TrueCrypt encrypted drives because it multiplies the number of used drive letters by two.</p>
<h2>Decrypting TrueCrypt</h2>
<p>This is not a minor glitch. At first, I didn&#8217;t believe it when I wasn&#8217;t able to find a decryption function in the TrueCrypt user interface. So I went to the TrueCrypt site to confirm that I was just too blind to see how to get rid of the encryption. I was happy when I finally found the <a href="http://www.truecrypt.org/docs/?s=removing-encryption">How to Remove Encryption</a> page. Happiness turned into anger when my blind eyes were shocked to read the instructions:</p>
<blockquote><p>Right-click the area representing the storage space of the encrypted device and select &#8216;New Partition&#8217; or &#8216;New Simple Volume&#8217;.</p></blockquote>
<p>So I decrypt a TrueCrypt volume by formatting it? Thank you very much for this brilliant tip. The suggestion to copy the data to a different place before I format the disk is also exceptional. Unfortunately, the instructions had no tip where I could just cache my 1.5TB of data. I wonder, why TrueCrypt offers decryption for system drives but not for simple data volumes?</p>
<p>I am still using TrueCrypt for file-hosted encryption. It is the best tool around for this purpose. I also prefer the tool for thumb drive encryption because <a href="http://4sysops.com/archives/review-windows-7-bitlocker-to-go-part-1-usability/">BitLocker To Go</a> doesn&#8217;t support write access on Windows XP. But when it comes to device-hosted encryption TrueCrypt is no match for BitLocker. This also applies to system drive encryption, which was <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">significantly improved in Windows 7</a> especially because you can now start the encryption process without hassle after the system is installed. Together with TPM support and Active Directory integration BitLocker is the more secure and the more powerful solution.</p>
<p>Just one final note for those of you who think that it is unfair to bash &#8220;free&#8221; software. No software is really free because it costs time and therefore money to manage it. And the fact that TrueCrypt doesn&#8217;t support decryption cost me a lot of time. So, I thought, I should just warn others not to make the same mistake and use TrueCrypt for drive encryption.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks</title>
		<link>http://4sysops.com/archives/bitlocker-vs-truecrypt-performance-benchmark/</link>
		<comments>http://4sysops.com/archives/bitlocker-vs-truecrypt-performance-benchmark/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 21:50:09 +0000</pubDate>
		<dc:creator>Alexander Weiss</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3744</guid>
		<description><![CDATA[<p>Last year, Intel introduced a new system platform called Atom<sup>TM</sup>, which consumes less power compared to standard CPUs and is highly integrated. A new type of PC developed around this platform: the netbook. Although the Atom offers very little CPU power, certain advantages of the netbooks make them attractive to mobile home and business users alike: compact size, long-lasting battery charge, and low price.</p>
<p>Because netbooks are designed to be taken with you everywhere, their small size makes it easier for you to forget them and for criminals to steal. A lost netbook containing sensitive data could  be a real threat, particularly to enterprises whose very survival can depend on the security of their data.</p>
<p>The Enterprise and Ultimate editions of Windows 7 offer a comfortable way to encrypt your hard disk and protect your data, called <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker</a>. Encryption isn&#8217;t free, however, even with this tool—it needs CPU power. On common CPUs, you will barely notice a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Last year, Intel introduced a new system platform called Atom<sup>TM</sup>, which consumes less power compared to standard CPUs and is highly integrated. A new type of PC developed around this platform: the netbook. Although the Atom offers very little CPU power, certain advantages of the netbooks make them attractive to mobile home and business users alike: compact size, long-lasting battery charge, and low price.</p>
<p>Because netbooks are designed to be taken with you everywhere, their small size makes it easier for you to forget them and for criminals to steal. A lost netbook containing sensitive data could  be a real threat, particularly to enterprises whose very survival can depend on the security of their data.</p>
<p>The Enterprise and Ultimate editions of Windows 7 offer a comfortable way to encrypt your hard disk and protect your data, called <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker</a>. Encryption isn&#8217;t free, however, even with this tool—it needs CPU power. On common CPUs, you will barely notice a difference in how fast the computer deals with your daily work whether your hard disk is encrypted or not. Atom computers, however, just cope with a slim Windows Desktop, and as soon as more applications run at the same time the system feels slow. Enabling encryption further cripples their performance.</p>
<p>A few options exist to help you gain a little bit of performance. You can set a group policy to change the default encryption algorithm from 128 bit key with diffuser to AES 128 bit without diffuser, which lets you gain a little bit of performance at the expense of security. Installing more memory offers another boost in performance because the data is only encrypted when written to the hard disk. Neither option will increase the performance significantly, though, but maybe another encryption tool will.</p>
<p>TrueCrypt, a free application that was <a href="http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">already discussed in a few posts</a>, offers <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">fewer options</a> than BitLocker regarding centralized management. Nonetheless, TrueCrypt is very popular because it’s free and it is open source. For some security gurus, open source is the only way to implement secure encryption because—by obfuscating code and not making it publicly available—the number of persons who can review and test the algorithm are limited.</p>
<p>To decide if it’s worth it to switch to TrueCrypt I ran some benchmarks on an Atom N260 Netbook. For BitLocker, I chose three different encryption algorithms. For TrueCrypt, I chose only the fastest algorithm according to its built-in benchmark. Here are the results:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/bitlocker_truecrypt_transfer_rate.gif" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/bitlocker_truecrypt_transfer_rate.gif','',event,300,75)"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/bitlocker_truecrypt_transfer_rate_thumb.gif" border="0" alt="BitLocker Truecrypt transfer rate" width="244" height="134" /></a> <a href="http://4sysops.com/wp-content/uploads/2009/11/bitlocker_truecrypt_performance_loss.gif" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/bitlocker_truecrypt_performance_loss.gif','',event,300,75)"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/bitlocker_truecrypt_performance_loss_thumb.gif" border="0" alt="BitLocker TrueCrypt performance loss" width="244" height="101" /></a></p>
<p>As you can see, TrueCrypt performs worse. The default <a name="OLE_LINK2"></a><a name="OLE_LINK1">BitLocker </a>algorithm (AES 128 bit with diffuser) is 12% faster. If you use the same algorithm in BitLocker and TrueCrypt, BitLocker is even faster by 14%. So switching to TrueCrypt in order to increase performance is a bad idea. But in defense of TrueCrypt I have to say that the difference is hardly noticeable; running encryption on a netbook makes it slow whether BitLocker or TrueCrypt is used.</p>
Author: Alexander Weiss
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/" title="Unlock BitLocker under Windows PE (January 26, 2011)">Unlock BitLocker under Windows PE</a> (6)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/" title="Seven reasons why you need BitLocker hard drive encryption for your whole organization (April 1, 2010)">Seven reasons why you need BitLocker hard drive encryption for your whole organization</a> (16)</li>
	<li><a href="http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/" title="Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better (March 31, 2010)">Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better</a> (44)</li>
	<li><a href="http://4sysops.com/archives/review-windows-7-bitlocker-to-go-manageability/" title="Review: Windows 7 BitLocker to Go &#8211; Part 2: Manageability (January 30, 2009)">Review: Windows 7 BitLocker to Go &#8211; Part 2: Manageability</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/bitlocker-vs-truecrypt-performance-benchmark/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Review: Windows 7 BitLocker to Go &#8211; Part 2: Manageability</title>
		<link>http://4sysops.com/archives/review-windows-7-bitlocker-to-go-manageability/</link>
		<comments>http://4sysops.com/archives/review-windows-7-bitlocker-to-go-manageability/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:45:32 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2330</guid>
		<description><![CDATA[<p>In my last article I discussed the <a href="http://4sysops.com/archives/review-windows-7-bitlocker-to-go-part-1-usability/">BitLocker to Go features from a user&#8217;s perspective</a>. Today I will take a closer look at the features that are of interest from a system administrator’s point of view.</p>
<p>I think it is important to have just one USB stick encryption solution in a corporate environment because it simplifies the work for help desk personnel. If an end user calls because he or she is unable to access the data on an encrypted memory stick, and you don&#8217;t even know what encryption software has been used, things can get difficult.</p>
<p>Because <strong>BitLocker is part of Windows</strong>, it is the first option to consider if you want to introduce an encryption solution for portable devices. The fact that BitLocker is tightly integrated into Windows makes its management easier. For example, its software doesn&#8217;t have to be installed separately and updates can be deployed via Windows Update or WSUS. Moreover, like any other &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>In my last article I discussed the <a href="http://4sysops.com/archives/review-windows-7-bitlocker-to-go-part-1-usability/">BitLocker to Go features from a user&#8217;s perspective</a>. Today I will take a closer look at the features that are of interest from a system administrator’s point of view.</p>
<p>I think it is important to have just one USB stick encryption solution in a corporate environment because it simplifies the work for help desk personnel. If an end user calls because he or she is unable to access the data on an encrypted memory stick, and you don&#8217;t even know what encryption software has been used, things can get difficult.</p>
<p>Because <strong>BitLocker is part of Windows</strong>, it is the first option to consider if you want to introduce an encryption solution for portable devices. The fact that BitLocker is tightly integrated into Windows makes its management easier. For example, its software doesn&#8217;t have to be installed separately and updates can be deployed via Windows Update or WSUS. Moreover, like any other Windows component, BitLocker can be centrally configured through Group Policy.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogogrouppolicy.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockertogogrouppolicy.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-to-go-group-policy" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogogrouppolicy-thumb.png" border="0" alt="bitlocker-to-go-group-policy" width="154" height="96" align="right" /></a> There are quite a few <strong>new Group Policy settings</strong> in Windows 7 related to BitLocker. I will only discuss the most important ones in detail. Perhaps the most important feature is that BitLocker&#8217;s recovery methods are integrated into Active Directory. The main problem of any encryption technology is that a secret key is required. If this key or the password that protects it gets lost, the encrypted data is lost too. I think it is an even greater threat to your organization, if you allow end users to encrypt data without having a disaster-recovery strategy. <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">TrueCrypt</a> supports data recovery, which is sufficient for private users and small companies. However, large corporations need a centrally manageable recovery procedure.</p>
<p>Like in Windows Vista, BitLocker in Windows 7 supports the <strong>storage of recovery information in Active Directory</strong>. You can centrally store the recovery password and the key package of each user in AD DS. The key package contains the encryption key protected by one or more recovery passwords. Of course, it is possible to configure this feature via Group Policy.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogodatarecoveryagent.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockertogodatarecoveryagent.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-to-go-data-recovery-agent" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogodatarecoveryagent-thumb.png" border="0" alt="bitlocker-to-go-data-recovery-agent" width="154" height="115" align="right" /></a> However, the interesting enhancement in Windows 7 is the support of a <strong>Data Recovery Agent (DRA).</strong> Unfortunately, I wasn&#8217;t able to try this feature because I couldn&#8217;t find any documentation about it. It is possible that this feature is not yet implemented in the current betas of Windows 7 and Windows Server 2008 R2 even though it can be enabled via Group Policy.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerlocalsecuritypolicydra.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerlocalsecuritypolicydra.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-Local-Security-Policy-DRA" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerlocalsecuritypolicydra-thumb.png" border="0" alt="bitlocker-Local-Security-Policy-DRA" width="154" height="111" align="right" /></a> My guess is that DRA for BitLocker works similarly to the DRA feature of <strong>Encrypting File System (EFS)</strong>. In EFS there is a private master key that can be used to decrypt all EFS files in a Windows domain. This key is associated with the first domain controller’s administrator account. It can be exported via the Microsoft Management Console Certificates snap-in on the domain controller. If you import this key on a workstation, you can decrypt any EFS file with it (more precisely the symmetric key that is used to encrypt the files). I wasn&#8217;t able to find a corresponding certificate for BitLocker on a Windows Server 2008 R2 domain controller; however, the Local Policy Security Editor in Windows 7 has a special folder for the BitLocker certificate, which is right below the corresponding EFS folder. It is used to configure the Data Recovery Agent. This indicates that BitLocker&#8217;s recovery procedure is probably similar to the one for EFS. If you know more about the BitLocker DRA, it would be greatly appreciated if you share your knowledge.</p>
<p>The <strong>advantage of DRA</strong> over storing recovery information in AD separately for each user is obvious. It saves space in AD and makes the disaster-recovery procedure much easier. Of course, the availability of such a master key poses a security risk because if the private key falls into the wrong hands, it can be used for decrypting everything in an organization.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerfixeddrivedatarecoveryagent.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerfixeddrivedatarecoveryagent.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-fixed-drive-data-recovery-agent" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerfixeddrivedatarecoveryagent-thumb.png" border="0" alt="bitlocker-fixed-drive-data-recovery-agent" width="152" height="96" align="right" /></a> DRA can be enabled separately for BitLocker-protected operating system drives and removable data drives. I am not sure if this means that there are two separate master keys. I believe though that DRA will mostly be used for <strong>BitLocker to Go</strong>. Almost everyone uses a USB stick to transport data, but a comparably smaller number of end users have business laptops. To deal with end users who have forgotten their BitLocker to Go password will be part of the system administrator course once Windows 7 is ubiquitous.</p>
<p>It would be useful if the <strong>user&#8217;s domain password</strong> would automatically be used to protect flash drives. It works with EFS, so it should be doable for BitLocker as well. One more password for end users means a lot more work for administrators.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogodenywriteaccess.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockertogodenywriteaccess.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-to-go-deny-write-access" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogodenywriteaccess-thumb.png" border="0" alt="bitlocker-to-go-deny-write-access" width="137" height="96" align="right" /></a> This will be particularly true if your organization decides to make use of another new feature of BitLocker—the ability to <strong>mandate encryption prior to granting write access</strong> to a portable data device. If this policy is enabled, users will see a pop-up window whenever they insert an unencrypted portable data drive that gives them the option to encrypt the device or to open it without write access.</p>
<p>The corresponding Group Policy offers another interesting option. Administrators can <strong>deny write access to BitLocker devices</strong> that have been configured in another organization. The main purpose of this is to enforce policies of your own organization, such as password complexity requirements or the supported recovery methods.</p>
<p>My first thought was this feature would help <strong>prevent data theft</strong>. However, as long as end users have write access to USB sticks, they can take confidential data outside an organization even if BitLocker to Go is mandatory. What is missing here is a feature that prevents the usage of BitLocker-encrypted flash drives in another organization. Public key cryptography would make such a feature possible. Perhaps the next BitLocker version will support this option.</p>
<p><strong>All in all</strong>, I think that BitLocker to Go is an interesting enhancement in Windows 7 for large organizations. Because of its limited support for Windows Vista and Windows XP, however, I recommend using TrueCrypt instead of BitLocker in small organizations. I wonder if this is the reason BitLocker is only available for Windows 7 Ultimate and Windows 7 Enterprise.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-windows-7-bitlocker-to-go-manageability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<series:name><![CDATA[Windows 7 Bitlocker]]></series:name>
	</item>
		<item>
		<title>Review: Windows 7 BitLocker to Go &#8211; Part 1: Usability</title>
		<link>http://4sysops.com/archives/review-windows-7-bitlocker-to-go-part-1-usability/</link>
		<comments>http://4sysops.com/archives/review-windows-7-bitlocker-to-go-part-1-usability/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:00:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2318</guid>
		<description><![CDATA[<p>BitLocker to Go is a new feature in Windows 7 that allows you to encrypt data on removable drives such as USB sticks. I believe that BitLocker to Go will be more popular than <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker for fixed-drive encryption</a>, which I reviewed in my last article. Portable drives get lost much easier simply because they are smaller than laptops. Because they often contain important business data, unencrypted memory sticks pose a considerable security risk for any organization.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption1.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption1.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-drive-encryption" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption-thumb1.png" border="0" alt="bitlocker-drive-encryption" width="154" height="116" align="right" /></a>Of course, <strong>flash drive encryption</strong> isn&#8217;t anything new. Many portable storage devices come with their own encryption software and there are also free tools such as <a href="http://4sysops.com/archives/how-not-to-encrypt-a-usb-memory-stick/">TrueCrypt that support USB stick encryption</a>. However, in corporate environments, BitLocker to Go has some important advantages over these free solutions. In this article, I will discuss BitLocker to Go from the end user&#8217;s perspective. In my next post, I will cover the <a href="http://4sysops.com/archives/review-windows-7-bitlocker-to-go-manageability/">management features</a>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsexplorer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsexplorer.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-windows-explorer" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsexplorer-thumb.png" border="0" alt="bitlocker-windows-explorer" width="154" height="143" align="right" /></a> An important <strong>argument for BitLocker to Go</strong> is that it &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>BitLocker to Go is a new feature in Windows 7 that allows you to encrypt data on removable drives such as USB sticks. I believe that BitLocker to Go will be more popular than <a href="http://4sysops.com/archives/review-windows-7-bitlocker/">BitLocker for fixed-drive encryption</a>, which I reviewed in my last article. Portable drives get lost much easier simply because they are smaller than laptops. Because they often contain important business data, unencrypted memory sticks pose a considerable security risk for any organization.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption1.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption1.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-drive-encryption" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption-thumb1.png" border="0" alt="bitlocker-drive-encryption" width="154" height="116" align="right" /></a>Of course, <strong>flash drive encryption</strong> isn&#8217;t anything new. Many portable storage devices come with their own encryption software and there are also free tools such as <a href="http://4sysops.com/archives/how-not-to-encrypt-a-usb-memory-stick/">TrueCrypt that support USB stick encryption</a>. However, in corporate environments, BitLocker to Go has some important advantages over these free solutions. In this article, I will discuss BitLocker to Go from the end user&#8217;s perspective. In my next post, I will cover the <a href="http://4sysops.com/archives/review-windows-7-bitlocker-to-go-manageability/">management features</a>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsexplorer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsexplorer.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-windows-explorer" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsexplorer-thumb.png" border="0" alt="bitlocker-windows-explorer" width="154" height="143" align="right" /></a> An important <strong>argument for BitLocker to Go</strong> is that it is integrated into Windows 7, which simplifies its usage. The BitLocker applet in the Control Panel displays all connected USB sticks. You can also turn on BitLocker to Go in Windows Explorer through the context menu of the memory stick. Before Windows can encrypt the flash drive you have to choose a password or a smart card that will be required later for unlocking the device.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogorecoverypassword.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockertogorecoverypassword.png','',event,300,75)"><img style="display: inline; margin: 4px 4px 0px 0px; border-width: 0px;" title="bitlocker-to-go-recovery-password" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogorecoverypassword-thumb.png" border="0" alt="bitlocker-to-go-recovery-password" width="154" height="128" align="left" /></a> Furthermore, you can store a <strong>48-digit recovery key</strong> in a file. It is also possible to print the key. The recovery key is needed if you forget your password or lose your smart card. If you click on &#8220;I forgot my password&#8221; when BitLocker prompts you to enter the password to unlock the flash drive, you can either type the recovery key or load it from another flash drive. The second option was grayed out when I tried this feature. I didn&#8217;t find a Group Policy setting to enable it, so perhaps it is not yet implemented in Windows 7 Beta 1.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogomanage.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockertogomanage.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-to-go-manage" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockertogomanage-thumb.png" border="0" alt="bitlocker-to-go-manage" width="154" height="159" align="right" /></a>Encryption takes a couple of seconds for 100MB. <strong>The speed</strong> certainly depends on the capabilities of the stick. Once it is encrypted you can launch the BitLocker management tool from the context menu where you can change the password, remove the password, add a smart card (which is necessary if you remove the password), save the recovery key again, and enable automatic unlocking of the memory stick. Decrypting a portable drive is only possible through the Control Panel applet.</p>
<p><strong>What I dislike</strong> about BitLocker to Go is that you have to encrypt the entire memory stick. I prefer to have an unencrypted section for files that need no protection. I always feel a little uncomfortable when I enter a password on other people’s computers because there might be a key logger running in the background. Thus, I want to use my password only if I really need access to confidential data. Of course, you can always bring a second unencrypted flash drive with you for this purpose. However, this is just another device that can get lost or forgotten.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsxp.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsxp.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="bitlocker-windows-xp" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerwindowsxp-thumb.png" border="0" alt="bitlocker-windows-xp" width="154" height="124" align="right" /></a> A more <strong>severe downside</strong> of BitLocker to Go is that it is not possible to write to encrypted USB sticks on Windows Vista and Windows XP. Moreover, read access is quite cumbersome. It is not possible to directly open a file in Windows Explorer. After you enter the BitLocker password on Vista or XP, a window pops up where you have to choose which file you want to copy to the desktop.</p>
<p>I must admit I don&#8217;t understand <strong>why</strong> this procedure is necessary. The BitLocker to Go application is on the USB stick. Hence, it should be possible to allow direct read and write access. Some features, such as the integration in Windows Explorer or the control via Group Policy, can only work if certain components are available on the desktop. However, it would have been possible to install these at the same time as the USB stick is inserted. Other flash drive encryption solutions can be used on any Windows version. Considering that the point of a portable device is to use it on multiple machines, it certainly is an important shortcoming of BitLocker to Go that its full functionality is only available on Windows 7. I hope that Microsoft will at least offer updates for Vista and XP that will offset this downside.</p>
<p>Even though BitLocker to Go has some disadvantages from the end user&#8217;s perspective, I believe it is a <strong>good choice in corporate environments</strong> because it can be managed centrally. This will be the topic of my next post.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-windows-7-bitlocker-to-go-part-1-usability/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<series:name><![CDATA[Windows 7 Bitlocker]]></series:name>
	</item>
		<item>
		<title>Windows 7 BitLocker Review</title>
		<link>http://4sysops.com/archives/review-windows-7-bitlocker/</link>
		<comments>http://4sysops.com/archives/review-windows-7-bitlocker/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 23:40:18 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2306</guid>
		<description><![CDATA[This article reviews Windows 7 BitLocker and BitLocker to Go in detail and gives tips how to install and configure BitLocker.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This article reviews Windows 7 BitLocker and BitLocker to Go in detail and gives tips how to install and configure BitLocker.</i></strong></p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerlogo.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerlogo.png','',event,300,75)"><img style="display: inline; margin: 0px; border-width: 0px;" title="bitlocker-logo" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerlogo-thumb.png" border="0" alt="bitlocker-logo" width="61" height="47" align="left" /></a> BitLocker was introduced with Windows Vista and, as far as I know, it was not very popular. This might be because it is available only for Windows Vista Ultimate and Windows Vista Enterprise. But the main reason probably is that it is complicated to set up. I <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">compared BitLocker to TrueCrypt</a> a year ago and concluded that the Open Source tool is the better drive encryption solution. BitLocker in Windows 7, however, has significantly improved. In this article I discuss BitLocker&#8217;s system drive encryption, and in my next post I will review BitLocker-to-Go, the new encryption solution for removable storage devices.</p>
<p><strong>BitLocker for Vista</strong> was too complicated to set up once the operating system is installed. Users had to shrink the system partition to make <a href="http://msinfluentials.com/blogs/jesper/archive/2006/09/27/So_2C00_-you-want-to-BitLocker-an-existing-computer_3F00_.aspx">space for the BitLocker partition</a>. Microsoft acknowledged that this was too difficult for end users, and too time consuming for administrators, and released the <a href="http://support.microsoft.com/kb/933246/en-us">BitLocker Drive Preparation Tool</a>, which is part of the Ultimate Extras and is also available for Windows Vista Enterprise.</p>
<p><strong><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border: 0px;" title="bitlocker-drive-encryption" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerdriveencryption-thumb.png" border="0" alt="bitlocker-drive-encryption" width="125" height="95" align="right" /></a></strong> <strong>BitLocker drive preperation</strong> is now integrated into Windows 7. It greatly simplifies the encryption of a system drive. BitLocker can be found under System and Security in the Control Panel. Basically, you only have to turn on BitLocker, and the Drive Preparation Tool does the rest. This works, however, only if the computer has a <a href="http://en.wikipedia.org/wiki/Trusted_Platform_Module">TPM</a> (Trusted Platform Module). If not, the encryption key also can be stored on a USB stick.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockerlocalgrouppolicyeditor.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockerlocalgrouppolicyeditor.png','',event,300,75)"><img style="display: inline; margin: 0px 4px 0px 0px; border: 0px;" title="bitlocker-local-group-policy-editor" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockerlocalgrouppolicyeditor-thumb.png" border="0" alt="bitlocker-local-group-policy-editor" width="154" height="84" align="left" /></a> But <strong>USB stick support</strong> has to be enabled before being used. Unfortunately, this can&#8217;t be done via the Control Panel; it has to be enabled through Group Policy or the Local Group Policy Editor (type gpedit.msc at Start Search). I am sure this will confuse many people. The settings&#8217; location has changed slightly in Windows 7: &#8220;Local Computer Policy | Computer Configuration | Administrative Templates | Windows Components |Operating Systems Drives | BitLocker Drive Encryption -&gt; Require Additional Authentication at Startup&#8221;. Please note there are two independent keys for Windows 7 and Server 2008/Vista.</p>
<p>Once you have allowed BitLocker without TPM, the wizard in the BitLocker Drive Preparation will let you store the <strong>Startup Key</strong> on a USB flash drive. It also allows you to save a <strong>Recovery Key</strong>, which you will need if you have lost your USB stick. You will then be asked whether you want to run a <strong>BitLocker System Check</strong>. If you agree, your computer will be restarted to check whether the USB device is available during the boot-up process. Note that this usually doesn&#8217;t work if you try it in a virtual environment. But there are workarounds (<a href="http://communities.vmware.com/message/721576;jsessionid=53F5C3A4921CE01D51353BF49684D5F6">VMware Workstation</a>, <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2008/01/23/using-bitlocker-under-virtual-pc-virtual-server.aspx">Virtual PC</a>). These posts were written for Vista, but they should work for Windows 7 also.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitlockervolume.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitlockervolume.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border: 0px;" title="bitlocker-volume" src="http://4sysops.com/wp-content/uploads/2009/01/bitlockervolume-thumb.png" border="0" alt="bitlocker-volume" width="154" height="75" align="right" /></a>BitLocker preparation works differently in Windows 7 from Vista because the <strong>BitLocker partition</strong> is already available. I am not sure if Windows 7 setup will create it also in editions that don&#8217;t support BitLocker. Like with Vista, BitLocker will be supported only for the Ultimate and Enterprise editions. The BitLocker partition has 200 MB (400MB if <a href="http://en.wikipedia.org/wiki/WinRE">WinRE</a> (Windows Recovery Environment) is installed). Unlike in Vista, it has no drive letter and is hidden, which makes sense. You can see it in Disk Management, though. According to Microsoft, upgrades from Vista to Windows 7 are possible if BitLocker is enabled.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/01/bitllockerbootup.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/01/bitllockerbootup.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border: 0px;" title="bitllocker-boot-up" src="http://4sysops.com/wp-content/uploads/2009/01/bitllockerbootup-thumb.png" border="0" alt="bitllocker-boot-up" width="154" height="95" align="right" /></a> The <strong>encryption process</strong> seemed quite fast to me but, because I was testing in a virtual environment, that might not mean much. For 1GB, BitLocker took approximately 30 seconds. Once the system drive is encrypted, you can boot-up Windows 7 only if the USB stick (and/or the TPM) is present. If you have lost the USB drive, you will require the Recovery Key or the Recovery Password.</p>
<p>Windows 7 chooses the <strong>Recovery Password</strong>, which has 48 digits. So it is not really a viable alternative to the TPM or the USB stick. I <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">prefer TrueCrypt</a> here; it allows you to choose a memorable passphrase and it doesn&#8217;t require special hardware for it. This might not be as secure BitLocker&#8217;s method, but I think it is secure enough if you don&#8217;t happen to be a CIA agent. If you forget the USB stick or the Recovery Key at your office before a trip, your laptop will be useful only as ballast for your luggage. Note that for system drives, you can use only a PIN, instead of a USB stick, if your computer is equipped with a TPM. Unlocking a fixed drive with a password works only for volumes other than the operating system volume.</p>
<p>However, BitLocker has two important <strong>advantages over TrueCrypt</strong>. It can be centrally managed through Group Policy, and it allows you to store the Recovery Key and the Recovery Password in Active Directory. BitLocker has quite a few new Group Policy settings compared to Vista, mostly because of the new features such as BitLocker-to-Go. Vista also supports Active Directory integration, but Windows 7 has an important new recovery option, the Data Recovery Agent. I will write more about this feature in my next post about BitLocker-to-Go, because I think this feature will be used more often for portable devices.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-7-tips-and-troubleshooting/" title="Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting (November 16, 2011)">Active Directory and BitLocker &#8211; Part 7: Tips and troubleshooting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-6-view-recovery-information/" title="Active Directory and BitLocker &#8211; Part 6: View recovery information (November 14, 2011)">Active Directory and BitLocker &#8211; Part 6: View recovery information</a> (3)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-5-bitlocker-to-go/" title="Active Directory and BitLocker &#8211; Part 5: BitLocker to Go (November 10, 2011)">Active Directory and BitLocker &#8211; Part 5: BitLocker to Go</a> (4)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-4-encrypting-hard-disks/" title="Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks (November 8, 2011)">Active Directory and BitLocker &#8211; Part 4: Encrypting hard disks</a> (2)</li>
	<li><a href="http://4sysops.com/archives/active-directory-and-bitlocker-part-3-group-policy-settings/" title="Active Directory and BitLocker &#8211; Part 3: Group Policy settings (November 4, 2011)">Active Directory and BitLocker &#8211; Part 3: Group Policy settings</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-windows-7-bitlocker/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<series:name><![CDATA[Windows 7 Bitlocker]]></series:name>
	</item>
		<item>
		<title>How not to encrypt a USB memory stick</title>
		<link>http://4sysops.com/archives/how-not-to-encrypt-a-usb-memory-stick/</link>
		<comments>http://4sysops.com/archives/how-not-to-encrypt-a-usb-memory-stick/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 20:14:18 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/how-not-to-encrypt-a-usb-memory-stick/</guid>
		<description><![CDATA[<p>Josh from the InfiniteAdmin blog has an interesting post about <a href="http://infiniteadmin.com/index.php/solid-state-disks-ssd-and-encryption/">solid state disk (SSD) encryption</a>. He raised doubts that <strong>drive encryption</strong> tools such as <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">TrueCrypt</a> are <strong>secure enough</strong> if applied to <strong>SSDs</strong>. Like memory sticks SSDs are flash drives that usually work with NAND technology. Therefore, these concerns also apply to USB sticks.</p>
<p>Do you recommend your users to encrypt their memory sticks?  I hope so. Even if you don&#8217;t have confidential data on your stick now, can you guarantee this also in the future? So, better make sure now that <strong>a lost thumb drive </strong>won&#8217;t compromise your company.</p>
<p>If you are a security-conscious admin, you might have recommended unknowingly an insecure encryption method in the past. Crypto tools that are good enough for conventional magnetic drives cannot always provide the same level of security for flash drives. The problem with flash memory is that it has a relatively short lifespan. To remedy this downside the so-called <strong>wear-leveling </strong>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Josh from the InfiniteAdmin blog has an interesting post about <a href="http://infiniteadmin.com/index.php/solid-state-disks-ssd-and-encryption/">solid state disk (SSD) encryption</a>. He raised doubts that <strong>drive encryption</strong> tools such as <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">TrueCrypt</a> are <strong>secure enough</strong> if applied to <strong>SSDs</strong>. Like memory sticks SSDs are flash drives that usually work with NAND technology. Therefore, these concerns also apply to USB sticks.</p>
<p>Do you recommend your users to encrypt their memory sticks?  I hope so. Even if you don&#8217;t have confidential data on your stick now, can you guarantee this also in the future? So, better make sure now that <strong>a lost thumb drive </strong>won&#8217;t compromise your company.</p>
<p>If you are a security-conscious admin, you might have recommended unknowingly an insecure encryption method in the past. Crypto tools that are good enough for conventional magnetic drives cannot always provide the same level of security for flash drives. The problem with flash memory is that it has a relatively short lifespan. To remedy this downside the so-called <strong>wear-leveling technique</strong> is used to prolong a flash drive&#8217;s service life. Please, check out my article about the <a href="http://4sysops.com/archives/usb-memory-stick-lifespan-the-different-service-lives-of-slc-and-mlc-flash-drives/">lifespan of flash memory</a> for more information.</p>
<p>Wear-leveling algorithms use different techniques. What is important here is that a certain piece of data is not always stored at the same location. You could say that it is this effect that reduces the wear-and-tear of memory cells. The point now is that if you encrypt data on flash memory, <strong>you can&#8217;t be sure that all cells that contain data in the clear are really wiped out</strong> because the operating system is not aware of all locations where data has been stored before.</p>
<p>A solution to this problem <strong>is not to store cleartext on a flash drive</strong> in the first place. If you want to work with full disk encryption, you should <strong>encrypt</strong> the memory stick <strong>before you store any confidential data</strong> on it. An even better way is to <strong>encrypt data on your hard disk first</strong>. An advantage is that the encryption process is faster. If you use <a href="http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">TrueCrypt for example</a>, you can create an encrypted volume first, and then copy this file which contains all your encrypted files to your USB stick. This also allows you to <a href="http://4sysops.com/archives/how-to-secure-and-automatically-backup-your-usb-memory-stick/">backup the flash drive</a> easily.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/visualizing-your-server-rack-with-microsoft-visio-2010/" title="Visualizing your server rack with Microsoft Visio 2010 (January 12, 2012)">Visualizing your server rack with Microsoft Visio 2010</a> (10)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-driverview-view-drivers/" title="FREE: DriverView &#8211; View drivers (April 29, 2011)">FREE: DriverView &#8211; View drivers</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-speccy-system-information-for-windows/" title="FREE: Speccy &#8211; System information for Windows (April 8, 2011)">FREE: Speccy &#8211; System information for Windows</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-novabench-free-benchmark-software/" title="FREE: NovaBench &#8211; Free benchmark software (April 4, 2011)">FREE: NovaBench &#8211; Free benchmark software</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/how-not-to-encrypt-a-usb-memory-stick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>System drive encryption: TrueCrypt 5 vs. Bitlocker</title>
		<link>http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/</link>
		<comments>http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 19:31:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/</guid>
		<description><![CDATA[<p><a href="http://www.truecrypt.org/" title="TrueCrypt"><img src="http://4sysops.com/wp-content/uploads/2008/02/truecrypt.png" alt="TrueCrypt" align="left" /></a><a href="http://www.truecrypt.org/">TrueCrypt 5</a> is available for some days now. Today, I found time to have a look at the new version of my favorite <strong>free encryption tool</strong>. The most noteworthy new feature certainly is its ability to <strong>encrypt system drives/partitions</strong>. Until now TrueCrypt was only an alternative to the Encrypting Files System (EFS) under Windows. Now, Truecrypt 5 also competes with Vista&#8217;s <a href="http://technet2.microsoft.com/WindowsVista/en/library/ba1a3800-ce29-4f09-89ef-65bce923cdb51033.mspx?mfr=true">Bitlocker</a>. In this post, I explore the pros and cons of both crypto tools.</p>
<p>If you don&#8217;t know TrueCrypt yet, I recommend reading my <a href="http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">review of TrueCrypt 4</a> first so you will get a general idea about the tool. As far as I can see, everything I said there is still valid for TrueCrypt 5.0. Today, I will only <strong>focus on the system partition encryption feature</strong>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/02/truecrypt_5.png" title="TrueCrypt 5" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/02/truecrypt_5.png','TrueCrypt 5',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/02/truecrypt_5.thumbnail.png" alt="TrueCrypt 5" align="right" height="145" width="172" /></a><strong>Encrypting the hard disk</strong> makes sense on any computer that is prone to getting into the wrong hands. This applies especially to <strong>laptops and computers in public places</strong>. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.truecrypt.org/" title="TrueCrypt"><img src="http://4sysops.com/wp-content/uploads/2008/02/truecrypt.png" alt="TrueCrypt" align="left" /></a><a href="http://www.truecrypt.org/">TrueCrypt 5</a> is available for some days now. Today, I found time to have a look at the new version of my favorite <strong>free encryption tool</strong>. The most noteworthy new feature certainly is its ability to <strong>encrypt system drives/partitions</strong>. Until now TrueCrypt was only an alternative to the Encrypting Files System (EFS) under Windows. Now, Truecrypt 5 also competes with Vista&#8217;s <a href="http://technet2.microsoft.com/WindowsVista/en/library/ba1a3800-ce29-4f09-89ef-65bce923cdb51033.mspx?mfr=true">Bitlocker</a>. In this post, I explore the pros and cons of both crypto tools.</p>
<p>If you don&#8217;t know TrueCrypt yet, I recommend reading my <a href="http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">review of TrueCrypt 4</a> first so you will get a general idea about the tool. As far as I can see, everything I said there is still valid for TrueCrypt 5.0. Today, I will only <strong>focus on the system partition encryption feature</strong>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/02/truecrypt_5.png" title="TrueCrypt 5" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/02/truecrypt_5.png','TrueCrypt 5',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/02/truecrypt_5.thumbnail.png" alt="TrueCrypt 5" align="right" height="145" width="172" /></a><strong>Encrypting the hard disk</strong> makes sense on any computer that is prone to getting into the wrong hands. This applies especially to <strong>laptops and computers in public places</strong>. Vista&#8217;s Bitlocker is a solution to this problem provided you have <strong>Vista Enterprise or Ultimate</strong>. TrueCrypt 5 is another option and it not only works on every Vista edition it also supports <strong>Windows XP/2000/2003</strong>.</p>
<p>Encrypting a system partition with <strong>Truecrypt 5 is super simple</strong>. A wizard guides you to a process offering detailed information for every step. When I tested this feature, I didn&#8217;t need any documentation. This is not the case with Bitlocker. It is <strong>highly recommended to read the Bitlocker documentation</strong> first in order to understand all its options. The <a href="http://technet2.microsoft.com/WindowsVista/en/library/c61f2a12-8ae6-4957-b031-97b4d762cf311033.mspx">installations process</a> is certainly more complex. The fact that Bitlocker requires <strong>two partitions</strong> illustrates this. If you installed Vista without configuring it first for Bitlocker you already have a problem. TrueCrypt, on the other hand, allows you to encrypt your system drive without hassle after you installed the OS. Actually, there is no other way for TrueCrypt, anyway.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/02/truecrypt5_preboot.png" title="TrueCrypt pre-boot" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/02/truecrypt5_preboot.png','TrueCrypt pre-boot',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/02/truecrypt5_preboot.thumbnail.png" alt="TrueCrypt pre-boot" align="right" height="54" width="201" /></a>After TrueCrypt has encrypted your system drive, you won&#8217;t realize any difference at first. That is, encryption and decryption works in the background and you <strong>shouldn&#8217;t realize any performance loss</strong>. However, when you <strong>boot-up</strong> the next time, you will make out the difference. Before the OS is loaded you have to enter your <strong>TrueCrypt password</strong>. Bitlocker works similarly, but has more options to offer here. Instead of entering the so-called <strong>pre-boot PIN</strong> you can also insert a <strong>USB device that contains the start-up key</strong>. And if your computer has a <a href="http://en.wikipedia.org/wiki/Trusted_Platform_Module">TPM chip</a> (Trusted Platform Module), you can logon to Vista as usual, i.e. you don&#8217;t need a pre-boot PIN or a USB device with the start-up key. TrueCrypt doesn&#8217;t support TPM.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/02/truecrypt5_repair.png" title="TrueCrypt repair" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/02/truecrypt5_repair.png','TrueCrypt repair',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/02/truecrypt5_repair.thumbnail.png" alt="TrueCrypt repair" align="left" height="54" width="169" /></a>Bitlocker has other features that TrueCrypt lacks. If you <strong>lose your TrueCrypt password</strong>, you&#8217;ll be lost, too<strike>.</strike> TrueCrypt creates an ISO file for a <strong>Rescue disc</strong> during the configuration process, but this CD will only be of help if the TrueCrypt boot loader was damaged or if you want to decrypt your system drive. However, without the correct password, you won&#8217;t get very far. (Please also read the <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/#comment-50824">comments</a> below about this topic) Bitlocker allows you to store the <strong>recovery password on one or more USB devices</strong> and it is even possible to store recovery information in <strong>Active Directory</strong>. Of course, you can save the password manually on a safe place with TrueCrypt, too. As long as you have to do this for one or two computers only, it is not big a deal. But big enterprises probably will go for Bitlocker.</p>
<p>So <strong>Bitlocker&#8217;s</strong> biggest advantages are its <strong>TPM</strong> support and its sophisticated <strong>recovery options</strong>. <strong>TrueCrypt</strong> is much <strong>easier</strong> to handle and practically needs no preparations. Hence, if you have not much time to read the Bitlocker documentation and just a couple of users who want to be sure that nobody gets access to the data on a lost laptop, TrueCrypt is the better choice.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/" title="Unlock BitLocker under Windows PE (January 26, 2011)">Unlock BitLocker under Windows PE</a> (6)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/" title="Seven reasons why you need BitLocker hard drive encryption for your whole organization (April 1, 2010)">Seven reasons why you need BitLocker hard drive encryption for your whole organization</a> (16)</li>
	<li><a href="http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/" title="Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better (March 31, 2010)">Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better</a> (44)</li>
	<li><a href="http://4sysops.com/archives/bitlocker-vs-truecrypt-performance-benchmark/" title="BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks (November 25, 2009)">BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Truecrypt 4.3 now supports Vista &#8211; better than Bitlocker or EFS</title>
		<link>http://4sysops.com/archives/truecrypt-43-now-supports-vista-better-than-bitlocker-or-efs/</link>
		<comments>http://4sysops.com/archives/truecrypt-43-now-supports-vista-better-than-bitlocker-or-efs/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 09:55:27 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/truecrypt-43-now-supports-vista-better-than-bitlocker-or-efs/</guid>
		<description><![CDATA[<p>There has been a lot of media coverage about <strong>Bitlocker</strong> recently. It is supposed to be a solution for laptop users who want to <strong>encrypt their whole hard disks under Vista</strong>. You can&#8217;t encrypt your whole system partition with <a href="http://www.truecrypt.org/">Truecrypt</a>, but, in my view, is a <strong>much better solution</strong> if you want to secure confidential data.</p>
<p><em><strong>Update: Please, also check out my <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">review about TrueCrypt 5</a>.</strong></em></p>
<p>I&#8217;ve read several instructions on how to install <strong>Bitlocker</strong> (print), and it always seemed to be quite complicated to me. If you make a mistake, you might not be able to boot up again. If you plan to deploy Vista on your laptop fleet with Bitlocker, you should be prepared to take some time until you fully understand how Bitlocker works.</p>
<p>I remember well when <strong>EFS (Encrypting File System)</strong> was first introduced with Windows 2000. It had so many problems in the beginning, and it even was possible to crack it. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of media coverage about <strong>Bitlocker</strong> recently. It is supposed to be a solution for laptop users who want to <strong>encrypt their whole hard disks under Vista</strong>. You can&#8217;t encrypt your whole system partition with <a href="http://www.truecrypt.org/">Truecrypt</a>, but, in my view, is a <strong>much better solution</strong> if you want to secure confidential data.</p>
<p><em><strong>Update: Please, also check out my <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">review about TrueCrypt 5</a>.</strong></em></p>
<p>I&#8217;ve read several instructions on how to install <strong>Bitlocker</strong> (print), and it always seemed to be quite complicated to me. If you make a mistake, you might not be able to boot up again. If you plan to deploy Vista on your laptop fleet with Bitlocker, you should be prepared to take some time until you fully understand how Bitlocker works.</p>
<p>I remember well when <strong>EFS (Encrypting File System)</strong> was first introduced with Windows 2000. It had so many problems in the beginning, and it even was possible to crack it. That&#8217;s why, I wouldn&#8217;t trust Bitlocker. It is new, and I am sure it contains bugs.</p>
<p>In Windows XP, and probably also in Vista, <strong>EFS</strong> is more reliable, but it still has some <strong>shortcomings</strong>. If someone gets access to the hard disk, he can at least read the file names. So he can guess what kind of data you encrypted. I also think that the handling of the encryption key is too complicated. Another problem is that all encrypted data is always accessible after the user has logged on. Essentially, this means that malware started by this user also has access to this data. The last issue also applies to Bitlocker.</p>
<p><strong>Truecrypt</strong> doesn&#8217;t have these shortcomings and it is much easier to handle in my view. Most importantly, you only mount a volume when you really need access to the confidential data. Since it is a free tool, it will only cost you time to download it. I <a href="/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">reviewed Truecrypt</a> a while ago, so I won&#8217;t describe it again. The major new feature of version 4.3 certainly is that it officially supports Vista now.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/" title="Unlock BitLocker under Windows PE (January 26, 2011)">Unlock BitLocker under Windows PE</a> (6)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/" title="Seven reasons why you need BitLocker hard drive encryption for your whole organization (April 1, 2010)">Seven reasons why you need BitLocker hard drive encryption for your whole organization</a> (16)</li>
	<li><a href="http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/" title="Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better (March 31, 2010)">Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better</a> (44)</li>
	<li><a href="http://4sysops.com/archives/bitlocker-vs-truecrypt-performance-benchmark/" title="BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks (November 25, 2009)">BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/truecrypt-43-now-supports-vista-better-than-bitlocker-or-efs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Infinite Password Generator: one Password is enough</title>
		<link>http://4sysops.com/archives/infinite-password-generator-one-password-is-enough/</link>
		<comments>http://4sysops.com/archives/infinite-password-generator-one-password-is-enough/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 20:32:55 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[password management]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/infinite-password-generator-one-password-is-enough/</guid>
		<description><![CDATA[<p>How many passwords do you use? I&#8217;ve already given up counting mine. The list just keeps getting longer and longer, since i use a new password for every application or web site. (I hope you do this too.) Of course, it&#8217;s hard to remember all of them. So I save them in an encrypted file using <a href="http://4sysops.com/archives/steganos-locknote-password-saver-and-more/" target="_blank">Locknote</a>. <a href="http://www.download.com/Infinite-Password-Generator/3000-2380_4-10538737.html" target="_blank">Infinite Password Generator</a> offers another solution for this password problem. Instead of saving your passwords with a password manager, you generate the password each time you need it. Sounds strange, but it works.</p>
<p>Infinite Password Generator creates a password using the MD5 hash algorithm. All you need is a master password and a keyword. The keyword should be easy to remember, a term that you associate with the corresponding account. For example, for your Google mail account, you could use &#8220;Gmail&#8221;. The generated password can&#8217;t be guessed by an attacker. If you forget the password, all you have to do, is to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>How many passwords do you use? I&#8217;ve already given up counting mine. The list just keeps getting longer and longer, since i use a new password for every application or web site. (I hope you do this too.) Of course, it&#8217;s hard to remember all of them. So I save them in an encrypted file using <a href="http://4sysops.com/archives/steganos-locknote-password-saver-and-more/" target="_blank">Locknote</a>. <a href="http://www.download.com/Infinite-Password-Generator/3000-2380_4-10538737.html" target="_blank">Infinite Password Generator</a> offers another solution for this password problem. Instead of saving your passwords with a password manager, you generate the password each time you need it. Sounds strange, but it works.</p>
<p>Infinite Password Generator creates a password using the MD5 hash algorithm. All you need is a master password and a keyword. The keyword should be easy to remember, a term that you associate with the corresponding account. For example, for your Google mail account, you could use &#8220;Gmail&#8221;. The generated password can&#8217;t be guessed by an attacker. If you forget the password, all you have to do, is to generate it again using the master password and the keyword. The MD5 algorithm assures that the generated password will be always the same.</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2006/06/Infinite_Password_Generator.gif" title="Infinite Password Generator" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2006/06/Infinite_Password_Generator.gif','Infinite Password Generator',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2006/06/Infinite_Password_Generator.gif" title="Infinite Password Generator" alt="Infinite Password Generator" align="right" height="103" width="160" /></a></p>
<p>Infinite Password Generator can store all your keywords. This is not risky since an attacker would still need the the master password to generate your passwords. So all in all you use this tool like a password manager since you only have to memorize one password, the master password. However, with this method you don&#8217;t save your passwords in a file. Saving passwords is always a risk and if you lose this file, you will probably be lost too. If you chose your keywords carefully, you still will be able to reconstruct your passwords even if your keyword list is destroyed.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-jiji-password-and-account-expiration-notification-tool/" title="Raffle: JiJi Password and Account Expiration Notification Tool (October 12, 2011)">Raffle: JiJi Password and Account Expiration Notification Tool</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-jiji-account-lockout-tool-resolve-account-lockout-issues/" title="Raffle: JiJi Account Lockout Tool &#8211; Resolve account lockout issues (August 30, 2011)">Raffle: JiJi Account Lockout Tool &#8211; Resolve account lockout issues</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-netwrix-privileged-account-manager-password-manager/" title="FREE: NetWrix Privileged Account Manager &#8211; Password Manager (July 19, 2011)">FREE: NetWrix Privileged Account Manager &#8211; Password Manager</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-lepide-user-management-remote-password-reset-tool/" title="FREE: Lepide User Management &#8211; Remote password reset tool (March 18, 2011)">FREE: Lepide User Management &#8211; Remote password reset tool</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/infinite-password-generator-one-password-is-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passwordsaver: securing passwords without computer</title>
		<link>http://4sysops.com/archives/passwordsaver-securing-passwords-without-computer/</link>
		<comments>http://4sysops.com/archives/passwordsaver-securing-passwords-without-computer/#comments</comments>
		<pubDate>Wed, 24 May 2006 18:20:11 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[password management]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/passwordsaver-securing-passwords-without-computer/</guid>
		<description><![CDATA[<p>The major problem with any password-saving software is that passwords have to be loaded into the computer&#8217;s memory when you want to access them. This is a security risk. <a href="http://www.passwortsaver.de/index.php?en_produkt" target="_blank">Passwordsaver</a> (PWS) is a USB stick that solves this problem. It doesn&#8217;t show the passwords on the computer screen, but on its own tiny display.</p>
<p>PWS has a battery which allows you to enter and access the passwords without a computer. If you already have many passwords which you secured with a software-based password managing tool, then you can transfer them using a USB port.</p>
<p><img src="http://4sysops.com/wp-content/uploads/2006/05/pws.thumbnail.jpg" alt="Passwordsaver" title="Passwordsaver" align="left" height="71" width="128" />Passwordsaver can store 1000 records. Every record contains an unencrypted field with 32 characters that serve as password description. Three encrypted fields, one with 32 characters and two with 16 characters, contain the confidential data. PWS uses AES 128 as encryption algorithm.</p>
<p>To access the passwords, you have to enter the database password. If someone enters a wrong password thrice, the database locks and can only &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The major problem with any password-saving software is that passwords have to be loaded into the computer&#8217;s memory when you want to access them. This is a security risk. <a href="http://www.passwortsaver.de/index.php?en_produkt" target="_blank">Passwordsaver</a> (PWS) is a USB stick that solves this problem. It doesn&#8217;t show the passwords on the computer screen, but on its own tiny display.</p>
<p>PWS has a battery which allows you to enter and access the passwords without a computer. If you already have many passwords which you secured with a software-based password managing tool, then you can transfer them using a USB port.</p>
<p><img src="http://4sysops.com/wp-content/uploads/2006/05/pws.thumbnail.jpg" alt="Passwordsaver" title="Passwordsaver" align="left" height="71" width="128" />Passwordsaver can store 1000 records. Every record contains an unencrypted field with 32 characters that serve as password description. Three encrypted fields, one with 32 characters and two with 16 characters, contain the confidential data. PWS uses AES 128 as encryption algorithm.</p>
<p>To access the passwords, you have to enter the database password. If someone enters a wrong password thrice, the database locks and can only be unlocked with a master password. Entering the master password incorrectly three times will destroy the data.</p>
<p>Only the hash codes of the database password and the master password are stored on the PWS, not the passwords itself. Thus, it is not possible to access these passwords by physical means.</p>
<p>If you value security, shelling out 39.95 Euro for Passwordsaver might be worth it.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/visualizing-your-server-rack-with-microsoft-visio-2010/" title="Visualizing your server rack with Microsoft Visio 2010 (January 12, 2012)">Visualizing your server rack with Microsoft Visio 2010</a> (10)</li>
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-jiji-password-and-account-expiration-notification-tool/" title="Raffle: JiJi Password and Account Expiration Notification Tool (October 12, 2011)">Raffle: JiJi Password and Account Expiration Notification Tool</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-jiji-account-lockout-tool-resolve-account-lockout-issues/" title="Raffle: JiJi Account Lockout Tool &#8211; Resolve account lockout issues (August 30, 2011)">Raffle: JiJi Account Lockout Tool &#8211; Resolve account lockout issues</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-netwrix-privileged-account-manager-password-manager/" title="FREE: NetWrix Privileged Account Manager &#8211; Password Manager (July 19, 2011)">FREE: NetWrix Privileged Account Manager &#8211; Password Manager</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/passwordsaver-securing-passwords-without-computer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Folder Lock: Encrypt folders</title>
		<link>http://4sysops.com/archives/folder-lock-encrypt-folders/</link>
		<comments>http://4sysops.com/archives/folder-lock-encrypt-folders/#comments</comments>
		<pubDate>Mon, 22 May 2006 20:01:01 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[file tools]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/folder-lock-encrypt-folders/</guid>
		<description><![CDATA[<p>I just had a quick look at <a href="http://www.newsoftwares.net/folderlock/?id=dl" target="_blank">Folder Lock</a> for Windows. It has more or less the same functionality as <a href="http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">TrueCrypt</a> which I discussed recently. It can make folders invisible and encrypt them as well. The advantage of Folder Lock is that you don&#8217;t have to reserve space on your hard disk for your encrypted folders. It can encrypt an existing folder. However, it is not free. It costs $30.</p>
<p><em><strong>Update: Please, also check out my <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">review about TrueCrypt 5</a>.</strong></em></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-smart-defrag-a-defragmentation-tool/" title="FREE: Smart Defrag &#8211; A defragmentation tool (May 9, 2011)">FREE: Smart Defrag &#8211; A defragmentation tool</a> (9)</li>
	<li><a href="http://4sysops.com/archives/free-disk-defrag-a-disk-defragmenter/" title="FREE: Disk Defrag &#8211; A disk defragmenter (May 5, 2011)">FREE: Disk Defrag &#8211; A disk defragmenter</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-mydefrag-script-defragmentation/" title="FREE: MyDefrag &#8211; Script defragmentation (April 25, 2011)">FREE: MyDefrag &#8211; Script defragmentation</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-fast-duplicate-file-finder-find-and-delete-duplicate-files/" title="FREE: Fast Duplicate File Finder &#8211; Find and delete duplicate files (April 22, 2011)">FREE: Fast Duplicate File Finder &#8211; Find and delete duplicate files</a> (2)</li>
&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>I just had a quick look at <a href="http://www.newsoftwares.net/folderlock/?id=dl" target="_blank">Folder Lock</a> for Windows. It has more or less the same functionality as <a href="http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/">TrueCrypt</a> which I discussed recently. It can make folders invisible and encrypt them as well. The advantage of Folder Lock is that you don&#8217;t have to reserve space on your hard disk for your encrypted folders. It can encrypt an existing folder. However, it is not free. It costs $30.</p>
<p><em><strong>Update: Please, also check out my <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">review about TrueCrypt 5</a>.</strong></em></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-smart-defrag-a-defragmentation-tool/" title="FREE: Smart Defrag &#8211; A defragmentation tool (May 9, 2011)">FREE: Smart Defrag &#8211; A defragmentation tool</a> (9)</li>
	<li><a href="http://4sysops.com/archives/free-disk-defrag-a-disk-defragmenter/" title="FREE: Disk Defrag &#8211; A disk defragmenter (May 5, 2011)">FREE: Disk Defrag &#8211; A disk defragmenter</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-mydefrag-script-defragmentation/" title="FREE: MyDefrag &#8211; Script defragmentation (April 25, 2011)">FREE: MyDefrag &#8211; Script defragmentation</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-fast-duplicate-file-finder-find-and-delete-duplicate-files/" title="FREE: Fast Duplicate File Finder &#8211; Find and delete duplicate files (April 22, 2011)">FREE: Fast Duplicate File Finder &#8211; Find and delete duplicate files</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/folder-lock-encrypt-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueCrypt: Free disk encryption for Windows and Linux</title>
		<link>http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/</link>
		<comments>http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 18:03:26 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/</guid>
		<description><![CDATA[<p>TrueCrypt is a nifty free Open Source disk encryption tool. It encrypts a whole hard disk or partition and also can create virtual volumes. TrueCrypt uses encrypted container files which can be mounted like hard disks. Under Windows, you can assign a driver letter to such a virtual device. I tested version 4.1 for Windows.</p>
<p><em><strong>Update: Please, also check out my <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">review about TrueCrypt 5</a>.</strong></em></p>
<p>All in all, TrueCrypt made a very good impression to me. I sometimes encrypt important confidential data using <a href="http://en.wikipedia.org/wiki/EFS">EFS</a> (Encrypting File System). I think, I&#8217;ll switch to TrueCrypt now. Its biggest advantage over EFS is that it hides filenames and folder structure. I also like that one only can mount an encrypted volume when the data on it is needed. This brings some extra security.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2006/04/TrueCrypt.gif" title="TrueCrypt" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2006/04/TrueCrypt.gif','TrueCrypt',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2006/04/TrueCrypt.gif" alt="TrueCrypt" title="TrueCrypt" align="left" height="158" width="182" /></a>TrueCrypt is very easy to use. The manual has 98 pages, but I was able to use TrueCrypt without consulting it. It uses self explaining wizards to create encrypted &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>TrueCrypt is a nifty free Open Source disk encryption tool. It encrypts a whole hard disk or partition and also can create virtual volumes. TrueCrypt uses encrypted container files which can be mounted like hard disks. Under Windows, you can assign a driver letter to such a virtual device. I tested version 4.1 for Windows.</p>
<p><em><strong>Update: Please, also check out my <a href="http://4sysops.com/archives/system-drive-encryption-truecrypt-5-vs-bitlocker/">review about TrueCrypt 5</a>.</strong></em></p>
<p>All in all, TrueCrypt made a very good impression to me. I sometimes encrypt important confidential data using <a href="http://en.wikipedia.org/wiki/EFS">EFS</a> (Encrypting File System). I think, I&#8217;ll switch to TrueCrypt now. Its biggest advantage over EFS is that it hides filenames and folder structure. I also like that one only can mount an encrypted volume when the data on it is needed. This brings some extra security.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2006/04/TrueCrypt.gif" title="TrueCrypt" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2006/04/TrueCrypt.gif','TrueCrypt',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2006/04/TrueCrypt.gif" alt="TrueCrypt" title="TrueCrypt" align="left" height="158" width="182" /></a>TrueCrypt is very easy to use. The manual has 98 pages, but I was able to use TrueCrypt without consulting it. It uses self explaining wizards to create encrypted volumes. I recommend consulting the manual though, if you use TrueCrypt regularly. You will get there, detailed information of how TrueCrypt works.</p>
<p>Within less than a minute, I mounted my first encrypted virtual device. TrueCrypt supports several encryption algorithms.The best known ones are AES, Blowfish and Twofish. The supported bit lengths should be secure enough for the next 100 years or so.</p>
<p>When creating a virtual partition, you have to specify its size. The container file occupies this space even without files in it. One shouldn&#8217;t encrypt partitions that already contain files since TrueCrypt has to format it first.</p>
<p>You need a password and/or a keyfile to mount an encrypted device. Any file longer than 16 Bytes is good as a keyfile. TrueCrypt can also create one for you. The advantage of using a keyfile is that it provides protection against keystroke loggers. The safest way certainly is the combination of password and keyfile. TrueCrypt even supports multiple keyfiles. This way, you can manage multi-user shared access since all users have to supply their keyfiles before the encrypted device can be mounted.</p>
<p>Another interesting feature of TrueCrypt are the hidden volumes. Hidden volumes reside within another TrueCrypt volume. One simply uses another password to open a hidden volume. If someone forces you to open the TrueCrypt volume, you only enter the password for the outer volume. It is not possible to prove that a TrueCrypt volume contains a hidden volume. But be careful with hidden volumes. It is possible that you overwrite the contents of a hidden volume with data from the outer volume. The manual explains how one can prevent this.</p>
<p>TrueCrypt is also quite fast. I tested it on a PC with a 1 GHz CPU. It took TrueCrypt 13 seconds to format a virtual disk with 200 MB using AES as encryption algorithm. I then copied 150 MB in 20 seconds to the encrypted virtual volume. Working with encrypted files didn&#8217;t seem to be slower than with unencrypted files.</p>
<p><a href="http://www.truecrypt.org/">TrueCrypt: Free Open Source On-The-Fly Encryption</a></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/set-up-active-directory-for-bitlocker-part-1-introduction/" title="Active Directory and BitLocker &#8211; Part 1: Introduction (October 31, 2011)">Active Directory and BitLocker &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/unlock-bitlocker-under-windows-pe/" title="Unlock BitLocker under Windows PE (January 26, 2011)">Unlock BitLocker under Windows PE</a> (6)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/" title="Seven reasons why you need BitLocker hard drive encryption for your whole organization (April 1, 2010)">Seven reasons why you need BitLocker hard drive encryption for your whole organization</a> (16)</li>
	<li><a href="http://4sysops.com/archives/dont-use-truecrypt-drive-encryption-bitlocker-is-better/" title="Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better (March 31, 2010)">Don&#8217;t use TrueCrypt drive encryption &#8211; BitLocker is better</a> (44)</li>
	<li><a href="http://4sysops.com/archives/bitlocker-vs-truecrypt-performance-benchmark/" title="BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks (November 25, 2009)">BitLocker vs. TrueCrypt &#8211; Performance benchmark on netbooks</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/truecrypt-free-disk-encryption-for-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>FREE: Steganos Locknote &#8211; Password saver and text encryption</title>
		<link>http://4sysops.com/archives/steganos-locknote-password-saver-and-more/</link>
		<comments>http://4sysops.com/archives/steganos-locknote-password-saver-and-more/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 18:40:08 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[password management]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/steganos-locknote-password-saver-and-more/</guid>
		<description><![CDATA[<p><img title="lockeote1.png" src="http://4sysops.com/wp-content/uploads/2006/03/lockeote1.png" alt="lockeote1.png" align="left" />How do you secure your passwords? As a sys admin you probably have countless accounts and I hope you don&#8217;t use the same password for all of them. I use by far too many passwords to remember them all. Writing them down is the only solution.</p>
<p>One way certainly is to note them on a normal piece of paper and deposit it on a safe place. The other option is to encrypt your passwords then save them in a file. For extra security you can store the file on a USB stick which you only plug in when you need access to the file. If someone finds out your master password he still has to get your USB stick.</p>
<p>There are many password savers with nice features. But sometimes the simplest solution is the best. That&#8217;s why I chose <a href="http://www.steganos.com/us/products/for-free/locknote/overview/">Locknote</a> to secure my passwords. This free tool doesn&#8217;t&#8217; have to be installed and therefore runs also from an USB stick. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img title="lockeote1.png" src="http://4sysops.com/wp-content/uploads/2006/03/lockeote1.png" alt="lockeote1.png" align="left" />How do you secure your passwords? As a sys admin you probably have countless accounts and I hope you don&#8217;t use the same password for all of them. I use by far too many passwords to remember them all. Writing them down is the only solution.</p>
<p>One way certainly is to note them on a normal piece of paper and deposit it on a safe place. The other option is to encrypt your passwords then save them in a file. For extra security you can store the file on a USB stick which you only plug in when you need access to the file. If someone finds out your master password he still has to get your USB stick.</p>
<p>There are many password savers with nice features. But sometimes the simplest solution is the best. That&#8217;s why I chose <a href="http://www.steganos.com/us/products/for-free/locknote/overview/">Locknote</a> to secure my passwords. This free tool doesn&#8217;t&#8217; have to be installed and therefore runs also from an USB stick. It works like a normal editor, but it doesn&#8217;t save a text file on the hard disk. The text entered in the editor is stored together with Locknote&#8217;s exe file. The tool encrypts your information using AES with a 256 bit key. If you want to make a copy of your passwords you can just copy the complete exe file.</p>
<p>Locknote&#8217;s edge over other password savers is that you can secure any text file with it. Entering new accounts is very fast, as one doesn&#8217;t have to fill out several fields. There is only one disadvantage of Locknote. A password saver will usually ask you twice to enter the password of a new account. But mistyping a password using Locknote means probably running into serious problems later. I recommend entering the password first in Locknote and then to copy and paste to the registration form.</p>
<h3><a href="http://www.steganos.com/us/products/for-free/locknote/overview/">Locknote</a></h3>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/" title="FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication (January 16, 2012)">FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication</a> (1)</li>
	<li><a href="http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/" title="How to disable USB drive use in an Active Directory domain (January 2, 2012)">How to disable USB drive use in an Active Directory domain</a> (0)</li>
	<li><a href="http://4sysops.com/archives/service-account-best-practices-part-2-least-privilege-implementation/" title="Service Account best practices &#8211; Part 2: Least Privilege implementation (December 30, 2011)">Service Account best practices &#8211; Part 2: Least Privilege implementation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/four-fast-ways-to-improve-security-in-sql-server-2008-r2/" title="Four fast ways to improve security in SQL Server 2008 R2 (November 22, 2011)">Four fast ways to improve security in SQL Server 2008 R2</a> (12)</li>
	<li><a href="http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/" title="Managed Service Accounts in Windows Server 2008 R2 (November 18, 2011)">Managed Service Accounts in Windows Server 2008 R2</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/steganos-locknote-password-saver-and-more/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

