Slashdot Mirror


Whole Disk Encryption For Vista?

Q7U writes "After reading about several laptop thefts and losses, my boss wants me to set up whole disk encryption for her Vista travel laptop. After doing some research, it seems she has three options: Bitlocker (part of Vista Ultimate), PGP Whole Disk Encryption, and TrueCrypt. My main problem now is choosing one. I can't find any comparitive reviews of these products to determine which will be the best choice, so I was hoping the Slashdot crowd could suggest which product they would go with and tell us what they liked about their choice."

125 comments

  1. No Comparisons? by toleraen · · Score: 5, Insightful

    You could always, you know, type it into Google.

    1. Re:No Comparisons? by Anonymous Coward · · Score: 0

      Yeah, you'd think that Jeffrey Flowers would know how to use Google. Sheesh!

    2. Re:No Comparisons? by aztektum · · Score: 5, Funny

      The first hit from your link is this /. story, upon which the first comment is yours. I just spent the last hour going in circles!

      --
      :: aztek ::
      No sig for you!!
    3. Re:No Comparisons? by felipekk · · Score: 1

      But then he wouldn't have an excuse to browse through /. the whole week...

    4. Re:No Comparisons? by toleraen · · Score: 1

      Well, was that hour really any worse than reading through this Ask/.? No need to thank me, I'm just here to help!

    5. Re:No Comparisons? by Pseudonym · · Score: 2, Funny

      Serves you right for feeling lucky.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    6. Re:No Comparisons? by bozojoe · · Score: 2, Informative
      --
      lick the cancle button (at least thats what our Chinese QA says)
    7. Re:No Comparisons? by petermgreen · · Score: 2, Insightful

      wikipedia prefers "verifiability" over truth so I would be very suspicious of any comparison articles of thiers.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  2. Fourth option by mvdwege · · Score: 4, Informative

    There's a fourth option: SafeBoot. I recently got the basic Administrator training for the product, and it is very nice. Integrates well with enterprise directory services like AD and LDAP, for central deployment of configs, uses decent well-documented standard crypto algorithms and key exchange protocols, and is very transparent in use. All that you see of the encryption is a password entry on boot, everything else is completely transparent.

    Mart

    --
    "I know I will be modded down for this": where's the option '-1, Asking for it'?
    1. Re:Fourth option by Nos. · · Score: 5, Informative

      We went with Safeboot also, but given the submitter's description, I wouldn't recommend it. Safeboot is nice for an enterprise type rollout, not for one laptop. You really don't want to support the backend infrastructure for one machine.

      Go with TrueCrypt or BitLocker for a one-off.

    2. Re:Fourth option by Vancorps · · Score: 3, Informative

      There is also VMWare's ACE which gives you all sorts of options. Additionally there are Virtual desktop scenarios which means that all your work data is done in the VM where everything is encrypted. That leaves the host OS for guests to use. If the laptop is stolen then the user only loses the work that they did between the time they were last plugged into the network, VPN connectivity even counts.

      HP and Lenovo both have whole disk encryption options that work at the enterprise level. My primary experience is with HP which allows me to keep a backup key on a couple of USB thumb drives which can be stored in separate locations. Truecrypt as this same ability and both options are transparent to the OS for the most part.

    3. Re:Fourth option by Anonymous Coward · · Score: 0

      I have to disagree about SafeBoot. Most of the options are set on a per-user basis and the service for syncing periodically crashes which can cause all sorts of haovic (primarily passwords getting changed back to older passwords). Plus the default password for new accounts is 12345, so you have a real weakness in the system between the time you add a user and that user changes their password (or in our case the administrator does it for them the first time to avoid the problem).

    4. Re:Fourth option by Wolfrider · · Score: 1

      --When I did support work for $Major-US-based-Tax-Company, whenever we had a PGP W.D.E. call (Passphrase not working, etc) == REIMAGE THE BOX.
      Hope you have good backups!

      --I do think the Vmware ACE suggestion above would be worth looking into; Vista as Host + XP as Guest is not the ideal, but as long as you don't try Vista + Vista it might work pretty well.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  3. Why whole disk? by arizwebfoot · · Score: 1

    Just truecrypt the saved data.

    --
    Beer is proof that God loves us and wants us to be happy.
    1. Re:Why whole disk? by dlcarrol · · Score: 4, Informative

      Hibernation would leave stuff that is in memory open to inspection.

    2. Re:Why whole disk? by snowraver1 · · Score: 0

      Or, you know tell her that she should not be storing ANY data on her computer. ALL data is to be saved to the network shares for backup control and security. If she needs to access something on the road, use VPN.

      --
      Copyright 2010. All rights reserved. This comment may not be copied in any way including, but not limited to caching.
    3. Re:Why whole disk? by compro01 · · Score: 2, Insightful

      Which assumes she has access to an adequately fast connection. 14.4k dial up + multi-meg files = not getting anything done.

      --
      upon the advice of my lawyer, i have no sig at this time
    4. Re:Why whole disk? by shaitand · · Score: 1

      14.4k? At least use an example that someone has used this decade. 56k dial-up is extreme enough for an example of a slow connection.

    5. Re:Why whole disk? by compro01 · · Score: 3, Informative

      In the last decade? Try in the last week. I regularly deal with people with that kind of connection (often CDPD with a high-gain antenna). Far north conservation officers, for example.

      --
      upon the advice of my lawyer, i have no sig at this time
    6. Re:Why whole disk? by Nos. · · Score: 5, Insightful

      Just truecrypt the saved data.

      Because there are too many "gotchas" to not do FDE these days. Did you configure all your applications to only cache/auto-save/etc to the "secure" area of the drive? Did that last update to application Y override those changes? What about hibernation mode? The pagefile?

    7. Re:Why whole disk? by Anonymous Coward · · Score: 0

      Yep, my folks are stuck at 28.8 or slower on dial-up in the good 'ol US of A

    8. Re:Why whole disk? by apparently · · Score: 4, Informative
      Or, you know tell her that she should not be storing ANY data on her computer. ALL data is to be saved to the network shares for backup control and security. If she needs to access something on the road, use VPN.

      Riiiiiiiiight. Because your solution works really well on airplanes, client-sites w/o internet access, or anywhere else where network access may not be available.

      Good job on coming up with novel solutions to difficult problems. Are you in middle-management by chance?

    9. Re:Why whole disk? by grudy · · Score: 0

      The problem with that is that cache and "temporary" copies are not necessarily likely to be encrypted... For example, every time you open an Office file, a second copy (~whatever) is created. Also, not all users are bright enough (or are too lazy) to remember to place their "important" files into the safe. Also, the process of classifying "important" files becomes too subjective. Another consideration is user account information -- passwords and likes -- SAM, application credentials, VPN accounts, etc.

    10. Re:Why whole disk? by Anonymous Coward · · Score: 3, Insightful

      Wow, it amazes me that people are so quick to be dicks to each other. What the fuck is wrong with the world? Couldn't you have said the same thing but without the venom? Oh yeah, fuck you.

    11. Re:Why whole disk? by petermgreen · · Score: 2, Interesting

      There really are folks stuck on connections that slow or even slower.

      Conventional GSM dialup for example is only 9.6kbps. Sure there is HSCSD and GRPS but I don't think they are universally supported.

      and I don't think I've ever seen a 56K dialup connection. In my experiance called 56K modems connect at fourty something at best and on crappy lines much much slower.

      And of course there are people stuck with no connection (or no affordable connection) at all.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    12. Re:Why whole disk? by petermgreen · · Score: 1

      Just truecrypt the saved data.
      The problem is that data gets stored places other than where the user explicitly saves it. Swap space and the temp directory are the most obvious, but if the app is badly behaved there could easilly be other locations too.

      On *nix you can mount partitions with apps on read only and have all read-write areas encrypted but that isn't an option under windows. I guess you could use file permissions to a similar affect but you would have to be very carefull.

      Encrypting everything is the safest

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    13. Re:Why whole disk? by petermgreen · · Score: 1

      in addition to the connectivity problem there is also the same problem as with the "encrypt just the data files" soloution. As I mention in my post at http://ask.slashdot.org/comments.pl?sid=638067&cid=24508489

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    14. Re:Why whole disk? by spinkham · · Score: 2, Informative

      The problem is that many programs store temporary working copies on the local disk no matter where you store the main file (Microsoft Office, I'm looking at you...).
      If you have data worth stealing, full disk + swapfile encryption is the only way to go.

      --
      Blessed are the pessimists, for they have made backups.
    15. Re:Why whole disk? by shaitand · · Score: 2, Interesting

      Thats very depressing my friend, very depressing. How could it possibly make more sense to work around the limitations of 14.4k than to use a sat link?

    16. Re:Why whole disk? by shaitand · · Score: 1

      The fact that you can get a connection that is that slow is no reason to use it. I feel bad enough for my customers that I have to convince to finally get rid of 56k.

      If you are in the last mile there is a broadband option for you, it sucks, but its a hell of alot better than dial-up. There are a couple companies that will offer you a connection via small dish sat link and AFAIK you should be able to get coverage pretty much anywhere in the US.

      As for the rest of the world, well for all intents and purposes they don't exist anyway. This is a US forum.

    17. Re:Why whole disk? by compro01 · · Score: 2, Informative

      Satellite doesn't work too well when you're got a hill or a forest blocking the view.

      --
      upon the advice of my lawyer, i have no sig at this time
    18. Re:Why whole disk? by slaker · · Score: 2, Informative

      There are small towns all over the US for which there is nothing but dialup available, sir. Hell, there are small towns where cable TV isn't even available. I realize this may be news to you, but not everybody lives in urban or suburban areas.

      My uncle is director of Public Health for a county in Illinois. The *only reason* which the BFE Small Town near where he lives has even partial DSL access is that his status as a Homeland Security First-Responder was enough to get Verizon off its ass and build a LEC just for him (he is legally required to have "fast" internet service at his home, and telcos are obliged to provide it, apparently).

      The hilarious outcome of this is that there is a tiny (outhouse-size) brick building with a Verizon sign right off the edge of his property, surrounded on all sides by a corn field. My uncle has 3Mbit DSL service and the folks who live just on the edge of the closest town (population 1200) can get 384k or whatever it is. Everyone else there is screwed.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    19. Re:Why whole disk? by petermgreen · · Score: 1

      If you are in the last mile there is a broadband option for you, it sucks, but its a hell of alot better than dial-up. There are a couple companies that will offer you a connection via small dish sat link and AFAIK you should be able to get coverage pretty much anywhere in the US.
      Sure but this discussion is about people on the move. Most people would not want to lug a satalite dish arround (only practical if travelling by road) and align it every time they need internet access. Not to mention the high subscription costs

      So that leaves the cellphone networks and whatever is provided locally at the place you are going. In some places it may leave no practical connectivity option at all.

      As for the rest of the world, well for all intents and purposes they don't exist anyway. This is a US forum.
      I think you will find there are quite a lot of people from other countries here. Even if there weren't people do travel out of thier home countries.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    20. Re:Why whole disk? by shaitand · · Score: 1

      This may be news to you but the satellite internet to which I referred is available in small rural towns in Illinois just as surely as it is available in urban and suburban areas where nobody would want it.

      I know it is because I lived in rural central Illinois and had a number of customers I serviced who had those lousy satellite internet connections.

    21. Re:Why whole disk? by shaitand · · Score: 1

      'Sure but this discussion is about people on the move. Most people would not want to lug a satalite dish arround (only practical if travelling by road) and align it every time they need internet access. Not to mention the high subscription costs'

      Okay ya got me. If she needed to edit her spreadsheets while visiting Inca ruins to which she traveled by a plane that didn't allow luggage, she'd be forced to fall back.

      As for subscription fees they really aren't that bad and are on par with what dsl ran pretty much anywhere 5 years ago.

      'I think you will find there are quite a lot of people from other countries here. Even if there weren't people do travel out of their home countries.'

      I know, I just love getting a rise out of the cute lil critters.

      I sometimes forget how anal slashdotters can be. I did not mean that literally nobody has used a 14.4k dial-up in over 10 years. I meant that VIRTUALLY nobody has used a 14.4k dial-up in 10 years. Places that can't be reached by satellite, phone line, or cellular coverage are not encountered by your average person anymore in fact they aren't encountered by many people at all, hence the lack of communication lines.

    22. Re:Why whole disk? by slaker · · Score: 1

      Satellite isn't necessarily always available. Tree lines, ridges and valleys can determine whether or not an acceptable signal can even be delivered to any particular location.

      Furthermore, satellite service is horribly expensive compared to DSL and often to cable as well. $70/month isn't exactly a bargain for service that doesn't even meet the FCC definition of broadband (don't be a pendant and talk about signaling, here; I'm using their terminology: 768k downstream is a "fast" connection) internet service.

      So... not always available + not fast enough to be considered fast = Only a possibility for the slimmest margin of users. Which generally explains the adoption rate for satellite internet service.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    23. Re:Why whole disk? by shaitand · · Score: 1

      Works fine if you put the dish on top of the hill or above the trees.

    24. Re:Why whole disk? by shaitand · · Score: 1

      768k blows 14.4k out of the water.

    25. Re:Why whole disk? by plague3106 · · Score: 1

      There are small towns in VT in the North Country that don't have electricity or indoor plumbing as well.

    26. Re:Why whole disk? by Anonymous Coward · · Score: 0

      If you only are trying to keep out corporate espionage, get a 128 bit AES hardware-encrypted drive from Seagate, WD, etc. Just plug in, set a drive password, and all data is encrypted in hardware. Enter password on boot and that's it. No performance hit, no worries.

      To be honest though, with Vista I'd be more worried about viruses/spyware getting in for espionage than a physical attack, vista has no defenses against them to speak of, especially if you use IE.

  4. Only one really secure option by Gat0r30y · · Score: 4, Interesting

    Hardware based encryption - have IT put in an FDE Drive. While software based encryption options are good, and most certainly better than nothing, the only really secure way to go is Hardware based.

    --
    Prediction: The real iPhone killer is going to be sex robots from Japan. Think about it.
    1. Re:Only one really secure option by croddy · · Score: 4, Informative

      Except sometimes, the box says AES and instead you get XOR. I'll take LUKS and dm-crypt over that any day of the week.

    2. Re:Only one really secure option by harlows_monkeys · · Score: 2, Interesting

      That Heise article was unclear. The clustering in their plot doesn't necessarily indicate XOR with a fixed block. The same thing would show up if a block cipher (even a very good one) was being used in ECB mode.

      I note that after they assume XOR with a fixed block, and derive that block from one known plaintext sector, they say they could now decrypt the rest of the disk, but they don't say that they DID do that. Just that they could.

      They need to actually do that decryption of other blocks, to see if it really is just XOR'ing with a fixed block, as opposed to, say, using a block cipher in ECB mode.

    3. Re:Only one really secure option by this+great+guy · · Score: 3, Insightful

      Nope. Whether the solution is software or hardware is absolutely irrevelant to the security of the cryptographic routines. Plus, the fact is that virtually all hardware products are proprietary and lack the peer-reviews that open standards or open source software enjoy. Just ask any decent cryptographer whether she would trust a black box (storage device with built-in encryption, proprietary "secure" protocol, etc), or peer-reviewed, open, standard solutions (TLS/SSL, IPsec, TrueCrypt, etc). BTW I look forward to the IEEE P1619 project coming up with a final standard.

      Just look up the numerous stories about USB keys with built-in encryption that have been cracked for example.

    4. Re:Only one really secure option by Anonymous Coward · · Score: 0

      And you base this on.....? Oh right, nothing.

    5. Re:Only one really secure option by Anonymous Coward · · Score: 0

      In term of HW encryption, she could also go for an encrypted external hard disk, like the ones from LaCie. I have and it is so convenient to put all the documents I really want to protect.

    6. Re:Only one really secure option by Anonymous Coward · · Score: 0

      Your mom, cryptonerd!

    7. Re:Only one really secure option by Anonymous Coward · · Score: 0

      In a followup to that article, it was revealed "whoops, we used AES to turn your english-language key into a 'scrambled' key, but use XOR for actual disk encryption". The thing DID use XOR!

  5. didn't you hear? by Anonymous Coward · · Score: 5, Funny

    Didn't you hear? They found the laptop in the same locked room where they thought it was missing from. So there's really nothing to worry about.

  6. If it's business, enterprise or ultimate by Toreo+asesino · · Score: 4, Informative

    then Bitlocker will work fine. Otherwise you won't have it.

    In fact, on a active directory, you can configure bitlocker for your entire network to automatically encrypt volumes and backup the TPM recovery information to the Active Directory if you so desire - http://technet.microsoft.com/en-us/library/cc766015.aspx

    Other than that, TrueCrypt works just as well for standalone machines.

    --
    throw new NoSignatureException();
    1. Re:If it's business, enterprise or ultimate by Joe+U · · Score: 3, Insightful

      I recommend TrueCrypt for the average home user, but Bitlocker's AD integration makes it a no-brainer for a Windows network. If you don't have a TPM laptop, then you can use a thumb drive. The Bitlocker certificate is just a text file on the thumb drive. Just keep the thumb drive and the laptop away from eachother when not booting, losing both together doesn't offer any protection.

    2. Re:If it's business, enterprise or ultimate by Anonymous Coward · · Score: 0

      Business doesn't come with Bitlocker, and you really want to have TPM in your system if you use it and make sure you have a bios password to protect against the cold boot exploit.

  7. drive crypt by ya+really · · Score: 3, Informative

    They offer total 256bit AES disk encryption with DriveCrypt Plus Pack. It requires pre-boot authetication before you can do anything. It also comes with stronger container encryption, like 1344bit triple blowfish.

  8. Option Four... the Dilbert option.. by Channard · · Score: 4, Funny

    ... do nothing and wait till your boss forgets about it or decides it doesn't need doing.

    1. Re:Option Four... the Dilbert option.. by T.E.D. · · Score: 1

      Actually, that's the Wally option.

      I've taken to calling it the Wally Principle ("If you wait long enough, most problems take care of themselves"), but sadly few others know about it. Its easily more worthy of promotion than the "Dilbert Principle". However, for some strange reason, the Wally Principle's adherents aren't expending any effort to promote it. :-)

  9. Truecrypt vote here by BenjiTheGreat98 · · Score: 2, Informative

    I've been happy with Truecrypt. It is easy to use and the performance impact seems to be not that bad. I just make sure to never use sleep mode or anything like that. Just power off and on anytime I use it. I also setup my windows login to automatically log me in. I got tired of typing in one password and waiting for the next password. I figure if someone is good enough to break my truecrypt password then my windows password wouldn't stand a chance, especially if they had decrypted the data.

    --
    :wq
  10. What brand laptop? by weszz · · Score: 1

    One of my previous jobs used thinkpads, and they had stuff built in for security so needed 2 passwords just to get the laptops to start booting up. one secured the bios, the other did the hard drive I believe...

    so maybe get your boss to get all new laptops... security is expensive, but it's worth it to get a new PC...

    1. Re:What brand laptop? by schwinn8 · · Score: 1

      Yeah, like Thinkpads aren't crackable? Sure, it's not "easy" as you have to get access to the motherboard, but it's not that hard with the right hardware in hand. Do a Google search and find out just how easy it is.

    2. Re:What brand laptop? by Anonymous Coward · · Score: 0

      Actually the hard drive password isn't easily turned off. The power on password is though. With the hard drive password on Lenovos you need to replace the firmware on the hard drive itself. So while it is still possible, most people aren't going to.

      However I would recommend you use BitLocker if you have Vista already, otherwise go with TruCrypt. I use both, BitLocker for FDE and TruCrypt for my external hard drives and memory cards so they are compatible with other computers still. Then the key for my BitLocker FDE is my phone and a copy of it is on my camera, neither of which goes in the same bag as my laptop.

  11. Bah, youngins!! by dave562 · · Score: 1

    Back when I was a kid, we used KoH and we liked it!

    1. Re:Bah, youngins!! by KGIII · · Score: 1

      I used my Cap'n Crunch decoder ring. Go on, you know the routine. Off of my lawn!

      --
      "So long and thanks for all the fish."
    2. Re:Bah, youngins!! by treeves · · Score: 2, Funny

      Potassium Hydroxide?! The goal is to encrypt the disk, not destroy it!

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    3. Re:Bah, youngins!! by Deagol · · Score: 1

      In case you're too young to remember or never heard of it, KoH was an encrypting virus of sorts. I recall playing with in in college in the early 90s. Was a pretty cool concept.

    4. Re:Bah, youngins!! by treeves · · Score: 2, Interesting

      Thanks for the info. I'm more than old enough, but I was primarily a Mac user at the time when that virus came out, it turns out. Interestingly, the link you gave describes it as KOH, not KoH, and even calls it "the potassium hydroxide program"!

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
  12. Does the laptop have TPM; FDE Hard Drive? by Deathlizard · · Score: 3, Informative

    If the Laptop has a TPM chip (many Lenovo Systems do and some Dell's I beleive) Go with something that takes advantage of that hardware. Bitlocker and PGP support it. I'm not too sure about Truecrypt.

    Also, if the Hard drive and laptop supports setting a password (Almost all modern drives do. Most laptops do as well) Set a password. Especially if the Drive itself supports native encryption. This adds an extra layer of protection over software Data encryption. Also keep in mind that Native Hard drive encryption is OS agnostic and is usually faster and better overall than many software encryption packages.

    Although keep in mind that every protection layer adds more complexity and reduces speed. This is especially true when it comes to data recovery. Make sure your boss understands that if something happens to the laptop, especially Hard Drive damage, The Data on the drive should be considered unsalvagable. Keeping a backup in a secure location (Say a Safe in the Main office also encrypted) is a very good idea.

  13. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  14. many options available by groffg · · Score: 2, Insightful

    Many options are available in addition to the 3 you've mentioned. The "best" choice depends on many factors, such as scalability, cost, and risk. TrueCrypt is free, but really isn't ready for enterprise use. As someone mentioned already, hardware-based FDE (like Seagate's Momentus drive) may very well be the most secure, but requires additional hardware acquisition and a time investment. BitLocker is an option, but requires upgrading to Enterprise or Ultimate (which can be done in-place, without a significant time investment, if I'm not mistaken).

    Many other software-based products are out there, such as (off the top of my head) PGP WDE, Secude, WinMagic/SecureDoc, etc. The best option for your boss and your organization depends on multiple factors, factors that Slashdot readers are not privy to.

    1. Re:many options available by ratboy666 · · Score: 1

      "not privy to"

      Of course we are -- the idea is new, inspired by reports of data theft. Obviously the organization is small; doesn't have a security officer for such matters. No real thought of security before, so someone who is not qualified (self admitted) has been made responsible.

      The good news? Its Vista, the security is there -- "bitlocker" and that can make use of tpm chips. Recommendation? Use it, but PUSH ALL SECURITY QUESTIONS TO MICROSOFT.

      The last point is critical. Say something like "Vista comes with *insert blurb* claimed to *blurb*, and it is support with the standard Microsoft *blurb*". Fill in the blanks, as appropriate. Next, try not to get involved in the implementation at all.

      Next?

      --
      Just another "Cubible(sic) Joe" 2 17 3061
  15. Checkpoint Full Disk Encryption (Pointsec) by Anonymous Coward · · Score: 1, Informative

    You may consider Checkpoint Full Disk Encryption (formerly Pointsec).
    http://www.checkpoint.com/products/datasecurity/pc/index.html

    1. Re:Checkpoint Full Disk Encryption (Pointsec) by compro01 · · Score: 1

      If it's anything like their VPN software (secure client) I'd be avoiding it. That thing has got to be one of the most finicky pieces of software I've had the displeasure of dealing with.

      --
      upon the advice of my lawyer, i have no sig at this time
    2. Re:Checkpoint Full Disk Encryption (Pointsec) by greichert · · Score: 2, Informative

      I had the opportunity to deploy Pointsec on the site I was managing. It went really good, with only minor issues with 2 laptops (out of 20+ computers). They were resolved quite easily and without any loss of data. And BTW I never had any issues with their VPN client either :-) .

  16. Yet Another Alternative by Anonymous Coward · · Score: 1, Informative
  17. Does your boss travel overseas? by SanityInAnarchy · · Score: 2, Interesting

    Does she even fly at all?

    Customs, at least, has been known to demand the keys to a laptop, and having it obviously encrypted could delay travel significantly.

    Also, there are significant problems with at least some FDE products, currently -- the "cold boot" cracks, in particular. Does she shut her laptop down every time, or only leave it on standby? Does the software actually purge the key from RAM on shutdown?

    Other than that, well, do your own damned homework.

    I'd suggest BitLocker, mostly because it's built-in -- kind of like, "What would you suggest for unzipping files in Windows XP?" Well, probably the "Compressed Folder" feature, right?

    Under other circumstances, I'd recommend Truecrypt or dm_crypt, because you really should be using open source software for anything sensitive -- but you specifically asked for Vista, so that's fairly moot.

    But I haven't done my homework.

    --
    Don't thank God, thank a doctor!
  18. I use all three -- choose on security needs by mlts · · Score: 4, Informative

    I use all three, PGP Whole Disk Encryption on one machine, TrueCrypt on another, and one server has a TPM, so it, and its RAID arrays are BitLocker protected.

    Each addresses slightly different security concerns. If you want to encrypt your disk with a password, and that's all you need, any of these will do the trick. If you want a hardware cryptographic token, so a thief can't obtain your encryption key by brute force, go with PGP Whole Disk Encryption, or BitLocker that supports a TPM with PIN functionality.

    BitLocker is probably the easiest to implement, as you just install it, run software to check and partition the root disk. Then, save the recovery key on a USB flash drive (well away from the laptop). You can also save the recovery key on a TrueCrypt volume too. Once Bitlocker is enabled, the security of the machine will be the user passwords (especially any user with Administrator rights.) Make sure you have a decently long (16 characters, preferably more than 20) password to log on with. If you use BitLocker with a PIN and the TPM, you can get away with shorter user passwords if you hibernate or shut down.

    Disadvantage of BitLocker -- Requires a TPM for decently secure functionality. TPM enabled laptops are rare, and desktops are rarer still, unless you explicitly buy a motherboard with one, or a "corporate" desktop.

    TrueCrypt is a very good solution. It is licensed at no charge (donations are recommended), and is very secure. However, its intended for a single user machine. Using multiple passwords with it is kludgy at best. However for a single user, its very secure once enabled, and you burn a TC recovery CD.

    PGP Whole Disk Encryption is the most versatile. It can use a TPM, USB flash drive, smart card, eToken, or none of the above, and use multiple ones in a list to authenticate for a hard disk to work. For example, my laptop has an eToken for hardware security, but as an emergency, I have a very long recovery passphrase if the eToken gets lost or someone locks it by too many guesses. Another example is a friend of mine who has a TPM on his laptop, but if that fails for some reason, he has two eToken keys as backup. PGP Whole Disk has a very good reputation, and is by far best solution for a business IT environment.

    You can't go wrong with any of the three listed.

  19. PointSec by mzkhadir · · Score: 1

    I have used it in the past in the banking industry and it works well.

  20. My experience with three options by BenEnglishAtHome · · Score: 3, Informative

    I have useful experience with three products.

    SecureDoc from WinMagic is the software solution we use at my big TLA. As administration headaches go, this one isn't so bad. The recovery processes are workable but not (that I can see) hackable by any thief. The way we have it set up, users get 15 shots at screwing up their machine before IT has to get involved, thus allowing most bozos to eventually get it right while not giving infinite opportunites to thieves. It's administrable over the network (in some ways) and, thus, suitable for big organizations.

    At home, I still have one Windows machine and it's secured with PGP. I've never used it in a big networked environment so I can't comment on how easy it is to administer. It has one feature that I think is neat, though. You can hit TAB before typing in your passphrase and it will be displayed in clear text. (Normally your pass isn't echoed on screen.) Scoff if you will but on those bad days when I've had little sleep and am, perhaps, a bit hung over, my 59-character passphrase can sometimes be just one hurdle too far. Seeing the text on-screen can be a big help for those times when my head just isn't in the game.

    Finally, hardware encryption is better. When my Windows machine was my primary (I now am almost entirely migrated to an Ubuntu installation that I installed from the alternate CD, enabling full disk encryption from the beginning) computer, I relied happily on Flagstone drives. I still have one of their USB Freedom drives for backups. The login schtick is more severe; you get few chances and your data goes bye-bye if you screw up. However, I like the fact that they are a real product, not vaporware like some of the encrypted drives from major manufacturers. You can call them up, give them a credit card number, and actually get the hardware. If you talk to the home office in England, you'll converse with smart, helpful, courteous people. All in all, they're a joy to deal with. Downsides? Prices are high and capacities low, but that's part of the deal when it comes to certified hardware such as they sell. Truly irritating downsides? The documentation, unless they've revised it recently, is not all that it should be. Still, I don't hesitate to recommend them.

  21. no opensource full disk encryption for MacOSX by ad454 · · Score: 2, Informative

    At least WinVista and WinXP users have several full disk encryption options, including the opensource TrueCrypt.

    But Mac users are out of luck, since no opensource full disk encryption exists for the MacOSX. Neither TrueCrypt or Apple's FileVault support full disk encryption on MacOSX. The only option is the closed source Check Point Full Disk Encryption product.

    But if it is not opensource, then I personally would not trust it not to have back doors, especially since multinational corporations left-right-and-center have been falling all over themselves to help the US and other governments spy on the general population.

    1. Re:no opensource full disk encryption for MacOSX by Anonymous Coward · · Score: 0

      yeah, but macos isn't opensource either. so what gives? just another hypocritical oss fanboi.

  22. Personal experience by Anonymous Coward · · Score: 0

    I will praise the forth option.

    I have had a lot of experience personally with using Safeboot in an enterprise (banking) environment for all laptops that we release.

    It is integrates very well into an AD environment and is very admin friendly.
    On an encryption level we use 512 AES, but you can choose much stronger for the more paranoid among us.

  23. My company went with truecrypt by FictionPimp · · Score: 1

    After reviewing the costs of most commercial software for a mid size deployment we decided we could hack it out with truecrypt. I wrote a small database application that stores the recovery iso and the password for each machine (in case IT needs to get into the machine). So far truecrypt has worked great and is easy to install, we just drop an image then start the encryption process. Then we supply the end users with the password needed to unlock their machines (dynamically generated). We don't have to worry about them changing the password because they are not administrators on their computers.

    Now if we can just figure out how to prevent them from keeping the password written on a sticky note.

    1. Re:My company went with truecrypt by the_flyswatter · · Score: 2, Insightful

      Now if we can just figure out how to prevent them from keeping the password written on a sticky note.

      This is exactly why we need two-factor authentication for the encryption to be secure. If the password is too complex/long, it will be written down. If it's too easy/short, the password can be brute forced.

      And they WILL write the password down.

    2. Re:My company went with truecrypt by Shihar · · Score: 2, Insightful

      Asking people to memorize a random 10 character password is pretty much futile. You make brute force attack harder, sure, but you just made social engineering attacks trivial. What is better, a user whose password is jesussaves1 or the user whose password is Dj7lasJ82k, but has it written on a piece of paper in his desk drawer? One requires a lucky guess or a detectable brute force attack, while the other just requires a janitor to open the desk drawer and copy the password.

      People in security get to obsessed over the unlikely attacks (brute forcing or guessing a 6 letters + character and capital password) and utterly ignore it when they make social attacks trivial (minimum wage janitor paid to open the desk drawer and copy the password and name of the person who owns the office).

      Ask your users to do something stupid and inconvenient, and they are going to respond by doing something stupid and convenient.

    3. Re:My company went with truecrypt by FictionPimp · · Score: 2, Interesting

      Actually the password generator I wrote makes 'speakable' password. These tend to be much easier to remember. so instead of 7yg$rt0 you get something like qB3r7! (ie qbert! short for the sake of the conversation).

      We do allow them to set their own password if the really throw a fit, but it has to conform to our password policy (min 8 characters mixed). We figure that is enough security for us.

      We did a testing rollout with our IT department first and then picked our worst users for a second test. Once we were sure they had no issues, we rolled out to everyone. If truecrypt supported usb key + password authentication for full disk encryption we would probably implement that on our 'high risk' systems.

      Most of our systems are not high risk, they contain no 'dangerous' information such as student information. We decided to encrypt everything simply to get all of our users used to the idea of full disk and usb stick (all usb sticks are also to use truecrypt) encryption. We want to engrain this into the culture so that when someone does have a job where sensitive data might be transported on a notebook (say our CFO) they are already used to the idea.

    4. Re:My company went with truecrypt by Shihar · · Score: 1

      Well, clearly it is your system, but I think you are just trading an improbable and hard attack (dictionary attack) for a trivial attack that your janitor can perform. If someone starts hammering away with a dictionary attack, you can detect it and respond.

      Telling people to remember qB3r7, while eliciting a lol from a l337 slashdot user, is just going to blow over the heads of the average idiot user. They will shrug, write it down, and leave it in their desk, making your biggest security vulnerability not an improbable and detectable dictionary attack, but a janitor emptying the trash cans.

      I personally think poor threat assessment is something that is striking our society from top to bottom. Sys admins demanding 10 character passwords that change every 30 days are pocket change to the foolishness of money spent defending against pin-prick terrorist attacks. You can't even put my chances of dying a terrorist attack on the same chart as the chance of me dying by accidental drowning... yet I would bet my soul that we are going to dump far more money making sure that some ass hole doesn't blow up a suicide pack killing a yawnable dozen people.

    5. Re:My company went with truecrypt by FictionPimp · · Score: 1

      I understand your point, but unfortunately because of the way truecrypt works, the password can only be set by an admin users, so either, everyone has to call IT and set their password, or we have to program a function to allow them to do that.

      The only other option is to pay for software to do full disk encryption. So there are lots of trade offs. Although in terms of brute forcing, the idea is that they stole the laptop and are trying to brute force it. So there really isn't anything we do to stop them from trying all they want.

      So far we have not had any complaints from most of our users. We did have a few and they have been given the option to bring the laptop to us and have us set the password to whatever they want (providing it meets our password guidelines).

      We do not enforce any kind of password rotation on the full disk encryption, however we do force password rotations on our network. I believe currently we force password rotation with no duplicates every 90 days. It is a pain for me because I like patterned passwords and it always takes me a week or so to get used to the new pattern.

    6. Re:My company went with truecrypt by FictionPimp · · Score: 1

      I just had another thought. All of these people seem to have no trouble learning to memorize and use all that crappy texting/im slang. They know what wtfbbq means, how hard is it to learn the 'haxor' for those passwords?

      Gotta love selective learning.

  24. TrueCrypt for sure using System Encryption by al0ha · · Score: 1, Informative
    As quoted from TrueCrypt, "System encryption provides the highest level of security and privacy, because all files, including any temporary files that Windows and applications create on the system partition (typically, without your knowledge or consent), hibernation files, swap files, etc., are always permanently encrypted (even when power supply is suddenly interrupted)"

    Implements a pre-boot authentication which means the TrueCrypt password has to be entered before the OS boots and can be installed and encrypt of the fly the current OS install and disk.

    More info here: http://www.truecrypt.org/docs/?s=system-encryption

    But remember, your boss must not be afraid of remembering a strong password and must never write it down.

    --
    Did you ever wake up in the morning, with a Zombie Woof behind your eyes? -- FZ
  25. Data Recovery is most important!!! by rtechie · · Score: 4, Insightful

    When evaluating these products it's very important to remember that while one of your laptops MIGHT get stolen, MANY of your users WILL forget the password for their laptop and WILL get locked out. So key recovery is BY FAR the most important feature of these products. This really can't be stressed enough.

    Which is why I'll tentatively recommend Bitlocker, since it's got the best data recovery capabilities (keys are automatically backed up to the AD server, etc.).

  26. Pointsec (Check Point) was the only option for me by grudy · · Score: 0

    Pointsec was and still is the leader in FDE -- Gartner Magic Quadrant 7 years straight. Check Point bought them in December of '06, and has maintained (read BOLSTERED) the product since the acquisition. P4PC Works VERY well, is fast, and is ridiculously easy to manage.

    My team and I conducted a head-to-head with Safeboot, PGP, Truecrypt, Pointsec, and Utimaco about 6 months ago. Pointsec clearly came out on top. In spite of that, management opted to go with PGP (something about a Golf outing???). It was a nightmare! After hours and hours of challenges (and plenty of consultant bills), management ended up canning PGP and went instead with Pointsec.

    Deployment of P4PC was a dream. A few things that are nice is that the initial encryption process will run in the background, and can be interrupted (power loss, shutdown, etc). Decryption / forensics / recovery are all well documented and easy to do. Authentication can be done with password, SmartCard, and / or tokens (must be the dynamic kind). There's a helpdesk feature in the event that password resets or one-time passwords are needed.

    AT&T recently threw out Safeboot and deployed 600K seats of P4PC.

    Oh... Did I mention Linux (RedHat and SuSE) and Mac OSX support?

  27. Vista Ultimate w/BitLocker even w/out TPM by Anonymous Coward · · Score: 0

    I switched all my PCs to Vista for the security features (address layout randomization, UAC, protected mode browser, bitlocker) My PCs don't have TPMs so I use the flash drive method (and print out a copy of the recovery password, as well as back the password file up to several other disks). Bitlocker was cake to set up. I did my laptop last night. I had one big partition, vista took care of splitting it into 2 partitions and encrypting. First it tested that my laptop could access the flash drive before booting, and then it encrypted the volume in the background so I could keep watching SageTV. Good show.

    1. Re:Vista Ultimate w/BitLocker even w/out TPM by mlts · · Score: 1

      One Caveat about BitLocker though. If you are adding roles in Windows Server 2008, disable BitLocker (no need to decrypt all volumes, just disable it), then re-enable it. If you don't, the TPM will consider the changes as unauthorized modifications, requiring the recovery key.

      All and all, BitLocker is decent security, especially for both laptops, and servers in physically insecure locations (Exchange servers in branch offices, Active Directory replicas being used by contractors in call centers.) Just make sure to have your recovery keys to volumes either safely stored in the Active Directory schema, or some safe place just in case the TPM doesn't unlock the drive on boot.

  28. Be careful with Bitlocker by SiriusStarr · · Score: 2, Informative

    http://it.slashdot.org/article.pl?sid=08/07/30/204241&from=rss Just reading that would make me gravitate towards PGP or TrueCrypt.

    --
    Fear the penguin.
    1. Re:Be careful with Bitlocker by weicco · · Score: 1

      Oh for Pete's sake! If BitLocker prevents you from tampering with the boot-loader, it is somehow considered as bad? I'm really not sure where's the logic in that.

      --
      You don't know what you don't know.
    2. Re:Be careful with Bitlocker by SiriusStarr · · Score: 1

      Some people consider not being able to retrieve their data when all they did was enable encryption on a dual-boot machine bad. And yes, I know that you can chainload GRUB with Vista's bootloader, but most of us would prefer GRUB as our primary bootloader, not Vista's. This isn't someone "tampering" with the bootloader. It's just someone using a non-Microsoft bootloader. And if your drive is encrypted, who cares if someone tampers with the bootloader? Your just saying, "It's not a bug; it's a feature!"

      --
      Fear the penguin.
    3. Re:Be careful with Bitlocker by weicco · · Score: 1

      Well, I consider the validity of my bootloader to be more important than to be able to dualboot using bootloader X. And yes "it is not a bug; it is a feature" because malicious bootloaders are considered to be dangerous, neh?

      --
      You don't know what you don't know.
  29. Re:Pointsec (Check Point) was the only option for by Anonymous Coward · · Score: 0

    You work for CheckPoint, don't you? C'mon, you can tell us. It'll be our little secret...

  30. Give PointSec a try by sapran · · Score: 1

    I had such experience of making choice between FDE solutions half a year ago. TrueCrypt 5 had sucked on several Dell laptops. Vista just didn't boot normally, safe mode only. We stopped at PointSec, it's deployed very easily and performs perfect AD integration. But if you are planning to rovide PGP messaging services at the same time, then maybe PGP Desktop would be the better choice. Good luck!

  31. Re:Those comparisons are old. by ozphx · · Score: 1

    Haha.

    You sir, are an ass.

    Door is to your left, GTFO.

    --
    3laws: No freebies, no backsies, GTFO.
  32. Compusec by Tommac2005 · · Score: 0

    You could try Compusec. Works for me. Takes a while to encrypt the disk the first time though. See here: http://www.ce-infosys.com/english/downloads/free_compusec/index.html

    --
    www.jiggedyjoo.com
  33. against TrueCrypt by martin · · Score: 1

    Bruce Schneier and gang aren't impressed by truecrypts product .

    Also gotta look at this from a risk point of view - and as previous mentioned don't forget those border guards in the US!

    1. Re:against TrueCrypt by daveewart · · Score: 1

      > Bruce Schneier and gang aren't impressed by truecrypts product .

      Their problem is relating to the deniability of the encryption. That's not an issue for many, I guess...

      --
      "If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
    2. Re:against TrueCrypt by dfn_deux · · Score: 1

      Did you even read what you linked? Schneier isn't sayign the encryption is weak, just that the "plausible deniability" of TC's hidden volumes is questionable.

      --
      -*The above statement is printed entirely on recycled electrons*-
    3. Re:against TrueCrypt by martin · · Score: 1

      yes and yes.

      Just pointing to an issue. Kinda muddie's their reputation. If there's problems with one part of the product and it's still an issue in the next release even after it being pointed out.

      "So we cannot break the deniability feature in TrueCrypt 6.0. But, honestly, I wouldn't trust it."

    4. Re:against TrueCrypt by dfn_deux · · Score: 1

      The technical difficulty in providing a hidden and deniable filesystem is one seriously tough nut to crack. However providing full disk encryption is much simpler. I would agree that truecrypt has burned a little bit of their reputation, but I would hardly make the leap to not trusting their encryption technology since AFAICT it works well, is open source, has been subject to critical peer review AND has yet to have any cryptographic or implementation flaws found in it.

      --
      -*The above statement is printed entirely on recycled electrons*-
    5. Re:against TrueCrypt by oneal13rru · · Score: 1

      One flaw. Damnable auto-saves. Gota watch out for those stupid little buggers.

      --
      Never disregard the raw power inherent to stupidity... they call it "dumb luck" for a reason...
  34. TrueCrypt is good for a one-off by daveewart · · Score: 1

    TrueCrypt is a good idea if this is essentially a one-off standalone machine. Just remember that, given you're talking about Vista, take care during the TrueCrypt installation: it will default to switching the swap file off, which is a good idea in many circumstances (although unnecessary for full-disk encryption) but will kill any Vista system with 1GB RAM.

    You can tell this happened to me, can't you? The Vista laptop I tried it on took about 30 minutes to boot with "only" 1GB of RAM and no swap file. ;-)

    --
    "If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
    1. Re:TrueCrypt is good for a one-off by imsabbel · · Score: 1

      If you are running vista on a computer with 1GB ram, you are beyond help anyway.

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    2. Re:TrueCrypt is good for a one-off by daveewart · · Score: 1

      If you are running vista on a computer with 1GB ram, you are beyond help anyway.

      You could also argue that the RAM remark is irrelevant too ;-) Anyway, I was setting up this laptop for PHB: Lenovo ship Vista laptops with 1GB. I persuaded our supplier to upgrade it to 2GB on the grounds that 1GB/Vista "bordered on self harm". As he owed me a favour, he went along with that and sent the extra RAM :-)

      --
      "If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
  35. The answer by duffbeer703 · · Score: 2, Informative

    Vista Bitlocker is good, but has some issues, as it uses Windows authentication, and not pre-boot. Its two-factor system is kinda weak. If you're a small business worried primarily about casual theft, it's a good solution.

    TrueCrypt has pre-boot authentication, which is much more secure. But its encryption implementation is not necessarily FIPS certified, and to my knowledge the system doesn't have common criteria certification. For a business user, the ability to recover a key/password is minimal... so use with caution.

    PGP/SafeBoot/Pointsec/WinMagic are all commercial FDE applications that work well, but have specific features that matter moer to some people. PGP is nice because its universal server can provide other services like email encryption as well. SafeBoot has robust management, particularly if you are a McAffee AV customer. Pointsec was the only solution that allowed you to force pre-boot authentication after hibernating the PC. They also have a (very expensive) small business option that doesn't require a server. WinMagic has excellent smart-card integration, and integrates well with PKI solutions.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  36. Pointsec by bjackson1 · · Score: 1

    At my work (a large fortune 500 company) we use Pointsec and it works pretty well. I haven't had any problems with it, but I don't know how much it costs, etc.

  37. Hardware FDE by xijix · · Score: 0

    I've seen this eluded to earlier in the thread, but personally I think it worth looking at HD's that support native FDE instead of a software solution. You don't have the same OS limitations, performance hits, or potential incompatibilities. Nearly all drive manufacturers have announced some sort of native encryption and some are already shipping. We are using Seagate drives today in our Dell systems and its incredibly painless.

    http://www.seagate.com/www/en-us/products/laptops/momentus/momentus_5400_fde.2/

  38. Re:Option 4b by kenif · · Score: 1

    And that means she could run VMWare on a Mac, which is only a grillion times more secure for starters. Plus, it's sexier, and accessorizing is everything... Running VMOSX on a screaming AMD and VMXP on a Mac.

  39. Re:Those comparisons are old. by mitgib · · Score: 1

    While this is tinfoil hat paranoia in the extreme, there is some basis for taking a little heed to it's direction. And that said, I'd like to hear the options that probably cannot be circumvented by various government entities and the worst case is you are handing them a brick.

    --
    Being a spelling & grammar Nazi is a sign you do not poses the intelligence to contribute to the conversation
  40. The answer is dependent on your environment. by dirtdart · · Score: 1
    This is by no means a simple question. A simple google search may give you some options, but developing the criteria alone to make an effective decision on a solution that fits your environment is a difficult process.

    There are several factors to consider such as key management, removable media protection, cost, multiple user logons, and reporting/auditing. Do you want to deal with the VP that changed the pre-boot password so no one else could get their data, then forgot it the next day? If you are using Truecrypt your answer is "did you back it up?". Will you really regret a solution that does not address removable media if that same VP has her sensitive stuff backed up on a USB drive that isn't encrypted inside the laptop bag that gets stolen with the laptop in it. This is a very complex issue; a simple google search can't give you that answer.

    I attended a SANS "What Works, Mobile Device Encryption" last year as part of my organizations search for a FDE solution. There are a number of solutions that I didn't see mentioned here. Some googlefu should get you a large selection of products that can meet the minimum criteria. We ultimately went with Utimaco Safeguard Enterprise. It was definitely the best choice for our organization. It even assists with key management for Bit Locker for data recovery. Depending on your needs you may even want to consider Credant which is a file based over whole disk encryption. It does meet most organizations' requirements for protection and streamlines support. The real question you should ask is how do I develop the criteria for selecting a product?

    Depending on the number of computers you are concerned with protecting you may want to just move with Truecrypt as a CYA and then reconsider as time permits. It is paramount that you educate your users about their data as part of the process. Otherwise your efforts are futile.

  41. Re:Option 4b by Vancorps · · Score: 1

    VMWare in an ACE environment is just as secure on Windows as it is on any client down to Windows CE or SUSE Enterprise Desktop, that's the beauty of it. Run whatever you want on whatever base OS you want. The security is the same as you still have your AES or blowfish or whatever encryption method of choice protecting the VM image.

    All you need after that is two factor authentication and you're pretty damned secure and you dont have to worry about the host OS as much regardless of your platform of choice.

  42. more info. by meato7 · · Score: 1

    more info on hardware based encryption... http://www.scmagazineus.com/Crypto-chip-How-the-TPM-bolsters-enterprise-security/article/111865/ IMO best choice FDE drive, they come from Seagate, fujitsu and hitachi. Seagate has best "out of box" solution. FDE is faster, cheaper, easiest to use, easiest to manage. http://www.seagate.com/www/en-us/products/laptops/momentus/momentus_5400_fde.2/ (Since your not managing large numbers you don't need the servers...if you did manage 10-100,000, the servers would be a must, and well worth it) Dell and Lenovo now sell laptops with the choice of FDE drives. check out vendor www.wave.com, awesome customer service (these guys know what they're doing)

  43. TrueCrypt is the answer by Random+Guru+42 · · Score: 1

    I'd suggest going with TrueCrypt.

    BitLocker might also be good, but I can't use it on my laptop, as it doesn't have a TPM in it. However, it appears pretty sound, and for laptops with a TPM it comes down to whether or not the user considers the T to stand for trusted or treacherous.

    TrueCrypt, on the other hand, doesn't require any particular hardware to work. It does its job completely in software, which could also make for easier recovery if the laptop itself gets damaged -- simply pop the HDD into another machine, type in the same password as usual, and there you go! (Of course, that might also be seen as a security hole.)

    I'm not even considering the PGP product as I've never actually encountered it.

    --
    Christopher S. 'coldacid' Charabaruk -- coldacid.net
  44. SafeBoot is good by varunvnair · · Score: 1

    I recommend SafeBoot. It is extensively deployed on all laptops in my client's company and it works great.

  45. lofl by spasticfraggle · · Score: 1

    If you want a hardware cryptographic token, so a thief can't obtain your encryption key by brute force, go with PGP Whole Disk Encryption, or BitLocker that supports a TPM with PIN functionality.

    If the thief can bruteforce any of them, you have sucessfully made contact with a superior alien civilisation and have greater things to worry about. Or it could be the NSA, and then you really should start hoping for the aliens instead.

    Seriously, somebody bruteforcing the key is the last thing to you to consider.

    1. Re:lofl by Anonymous Coward · · Score: 0

      I think he meant passphrase.

  46. Truecrypt by WK2 · · Score: 1

    I'm surprised that no one so far has made this comparison:

    Bitlocker (part of Vista Ultimate) - closed source
    PGP Whole Disk Encryption - closed source
    TrueCrypt - open source

    --
    Write your own Choose Your Own Adventure. http://www.freegameengines.org/gamebook-engine/