Slashdot Mirror


Tips For Taking Your Laptop Into and Out of the US?

casualsax3 writes "I'm going to be taking a week long round trip from NYC to Puerto Vallarta Mexico sometime next month, and I was planning on taking my laptop with me. I'll probably want to rip a few movies and albums to the drive in order to keep busy on the flight. More important though, is that I'm also going to be taking pictures while I'm there, and storing them on the laptop. With everything in the news, I'm concerned that I'll have to show someone around the internals of my laptop coming back into the US. The pictures are potentially what upsets me the most, as I feel it's an incredible violation of my privacy. Do I actually need to worry about this? If so, should I go about hiding everything? I've heard good things about Truecrypt. Is it worth looking into or am I being overly paranoid?"

138 of 940 comments (clear)

  1. If you're that worried... by daveschroeder · · Score: 5, Informative

    ...encrypt it. Full disk encryption is relatively cheap, easy, and unobtrusive.

    You gave one such example in your post.

    But uh, mind if I ask: exactly what kind of pictures are you planning on taking on your vacation? ;-)

    1. Re:If you're that worried... by vwjeff · · Score: 5, Insightful

      Make sure you have a backup of the pictures before you enter the US. Secure online storage is cheap. You can refuse to give them the password but they can take your laptop for "analysis."

    2. Re:If you're that worried... by asdir · · Score: 4, Informative

      According to briefing my boss gave me recently, Truecrypt would not help: If they really wanted to see your content they could ask you to show it to them or alternatively confiscate your laptop and decrypt it themselves. The latter would mean you would probably not see your laptop again.
      Let me tell you: As a European scientist I am even more frigthened now to go or even move to the US.

    3. Re:If you're that worried... by Timothy+Brownawell · · Score: 4, Insightful

      ...encrypt it. Full disk encryption is relatively cheap, easy, and unobtrusive.

      And ineffective, unless your privacy is worth more than the cost to piss them off and have to replace your laptop.

    4. Re:If you're that worried... by Anonymous Coward · · Score: 5, Insightful

      But uh, mind if I ask: exactly what kind of pictures are you planning on taking on your vacation? ;-)

      It shouldn't matter what kind of pictures he takes. It is none of their business.

    5. Re:If you're that worried... by QCompson · · Score: 4, Insightful

      But uh, mind if I ask: exactly what kind of pictures are you planning on taking on your vacation? ;-)

      A subtle "if you have nothing to hide then you have nothing to fear" poke. Haha.

      It doesn't matter what kind of pictures he takes with him on vacation. He doesn't want a bunch of random law enforcement officials looking at his private pictures. Understandably.

    6. Re:If you're that worried... by LighterShadeOfBlack · · Score: 5, Insightful

      Truecrypt would not help: If they really wanted to see your content they could ask you to show it to them or alternatively confiscate your laptop and decrypt it themselves.

      Truecrypt provides plausible deniability - the capability to create a hidden encrypted volume within another encrypted volume, thereby allowing you to grant access to unimportant/dummy data when a password is asked for without the attacker knowing additional information even exists.

      As for the US government just decrypting the colume themselves, as far as I know they simply don't have that capability. If your boss knows otherwise or has knowledge of ways to defeat Truecrypt's plausible deniability then (s)he should provide some kind of evidence to back that up, otherwise this just sounds like uninformed guesswork or pure tinfoil-hattery.

      --
      Spelling mistakes, grammatical errors, and stupid comments are intentional.
    7. Re:If you're that worried... by daveschroeder · · Score: 5, Informative

      No, they cannot "sieze your laptop" if you don't give them the encryption password; a strict reading of the policy is that the laptop can be seized in any event, encryption or no. There is NO REQUIREMENT to provide anyone with an encryption password under any circumstances. The existing policy doesn't even speak to encryption. In fact, leading privacy advocates recommend encryption as the most deisrable solution.

      You guys do realize that customs agents at the border have ALWAYS had the right -- without a warrant -- to perform reasonable search and inspection of all physical objects and persons coming into the United States; this policy was designed to expand those longstanding inspection rights to electronic data.

      In its current state, it's a poorly written policy. The fact is, no one is going to look at the contents of your laptop, much less be seizing it. (Do you guys actually travel internationally?)

    8. Re:If you're that worried... by MBGMorden · · Score: 5, Insightful

      Truecrypt provides plausible deniability - the capability to create a hidden encrypted volume within another encrypted volume, thereby allowing you to grant access to unimportant/dummy data when a password is asked for without the attacker knowing additional information even exists.

      Well, there's that, and the fact that no file can be positively identified to be a Truecrypt volume. Until you you give a password it just appears to be random data. High entropy random data, but the guy at the border is looking for a 5 minutes spree tops - I seriously doubt he knows what entropy is let alone enough to check for it.

      If you're that worried create a volume with nearly same size as your system RAM, keep it in a directory with some source code (even write a stupid program that will crash if you want) and just name it "core" or "core.dumped". If asked about it tell them when you were testing your program (that does whatever you want to maekup) it crashed and dumped memory to file. It's probably just corrupted nonsense . . .

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    9. Re:If you're that worried... by Jjeff1 · · Score: 2, Insightful

      Not full disk. If it looks like you're got something to hide, eg anything your average AOL using person wouldn't have on their PC, they'll be all over you. You want to look as much like your typical PC user as possible.

      Use truecrypt with the encrypted volume option. When truecrypt is running you'll see an additional drive letter where you store your documents. When truecrypt isn't running, you just see a file. The file can be anywhere, named anything, say C:\windows\system64.dll.

      Before you hit customs, remove or hide truecrypt.

      It's very unlikely anyone would notice anything out of the ordinary.

      Of course if you're the type of person who's randomly selected for special screening, then you might still be better off uploading the files.

    10. Re:If you're that worried... by martinw89 · · Score: 4, Informative

      Yes, I was going to recommend plausible deniability as well.

      Here's a little more info about how it works. Basically, you set up a container and a hidden volume. Each has its own passphrase. To open the hidden volume, you use its passphrase when opening the container. To open the container with dummy data, you type its passphrase. It's very simple and quite hidden if done correctly. To be safe, it's best to access the hidden volume from a live CD so the OS doesn't break your deniability by storing temporary files or "recently accessed documents" etc.

      However, there is one big note of caution. Do not back up the container. Ever. An attacker could look at the change over time and determine there is a hidden volume. That's probably too paranoid for your case but it's worth mentioning.

    11. Re:If you're that worried... by dgatwood · · Score: 4, Insightful

      There's only one solution that guarantees that nobody will rifle through your data: don't bring it with you through the border crossing. That's what servers are for... and SSL, or at least SSH/SCP/SFTP.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    12. Re:If you're that worried... by CodeBuster · · Score: 2, Informative

      confiscate your laptop and decrypt it themselves.

      They could confiscate the laptop, but as for decrypting it? Doubtful. A brute force attack on Rijndael (which is the default for TrueCrypt) is just not worth the effort assuming that it can even be done. As far as is publicly known Rijndael has not been broken via brute force attack and if the laptop is not in the "on" state when they confiscate it then they are looking at either brute force attack, rubber hose cryptanalysis, or forget it (i.e. you don't have your laptop anymore and they don't have your data). Probably the best solution that I have heard is to have a hidden partition (a feature of TrueCrypt) with the secure operating system and an main unencrypted partition for the public operating system whereby the secure operating system is only booted if a "key" (typically a USB memory module or other USB device) is inserted during the boot process AND then the corresponding password entered at the prompt. That way when the laptop is presented for inspection the public OS is booted automatically (as expected) while there is no indication that a hidden secure OS even exists. The border police on duty likely have no knowledge of TrueCrypt and its various technical modes (that information is above their pay grade) so they won't suspect that there is anything more than meets the eye with regard to your laptop and will simply waive you by.

    13. Re:If you're that worried... by ShieldW0lf · · Score: 3, Insightful

      The smart thing to do is stay the hell out of the country. It's not safe. There are systems in place to make a person disappear into a concentration camp forever. Whatever justifications are made for their existence, all it takes is for some small minded official to decide to start the process, and you are totally fucked.

      --
      -1 Uncomfortable Truth
    14. Re:If you're that worried... by OmegaBlac · · Score: 5, Informative

      If your laptop gets seized and searched, and they discover it's encrypted, couldn't they just order you to give them access to the files?

      No, they cannot order you to provide the keys to decrypt or force you to decrypt the hard drive/files yourself. There was a recent case (I think it was United States v. Boucher) regarding this issue, but here in the U.S. (for the time being) you are not required to aid law enforcement officials in essentially self-incriminate yourself. In the U.K. you are required to hand over your encryption keys if law enforcement demands it, I think--someone correct me if I am wrong there.

    15. Re:If you're that worried... by commodoresloat · · Score: 5, Funny

      It shouldn't matter what kind of pictures he takes. It is none of their business.

      I think he was more concerned about our amusement than their business.

    16. Re:If you're that worried... by paulatz · · Score: 5, Insightful

      I think it is much easier to bring 2 USB keys to Mexico, move the data on them and send them home via regular mail, separately.

      --
      this post contain no useful information, no need to mod it down
    17. Re:If you're that worried... by Dare+nMc · · Score: 4, Insightful

      no one is going to look at the contents of your laptop

      they're have been over 20 lawsuits filed against US customs for them doing that exact thing (how many didn't sue?). So it is very unlikely the someone from customs will look at your laptop data. But not a absolute by any means.

      Now the likely hood of those outside of US customs (ie a thief or friend, etc) looking at it is infinitely more likely. They may even blackmail you with that data. So it is a very good idea for him to encrypt the incriminating photos,etc and a few other things for kicks. I wouldn't worry about the video files ripped from DVD, at most rename them to something less obvious (for windows just change the extension, they won't even play then) Besides if you watching them on the plane the air Marshall seeing(and caring) you play them is slightly more likely anyway. Since entering the US is the only time you'd see customs just delete them as you watch And empty the recycle bin (restore from backup once home.)

    18. Re:If you're that worried... by Reece400 · · Score: 2, Insightful

      Burn the data to mixed mode disc's & label only the music on the disc for extra obscurity.

    19. Re:If you're that worried... by rvw · · Score: 2, Interesting

      However, there is one big note of caution. Do not back up the container. Ever. An attacker could look at the change over time and determine there is a hidden volume. That's probably too paranoid for your case but it's worth mentioning.

      You say an attacker could determine whether there is a hidden volume by comparing two versions of the file. How would they be able to do that? And does this mean they will be able to decypher the password?

    20. Re:If you're that worried... by JesseMcDonald · · Score: 2

      ... and SSL, or at least SSH/SCP/SFTP.

      SSH and its related services are SSL, with the addition of a convenient user interface and more direct control over which certificates you choose to trust. You're at least as well off with SSH/etc., security-wise, as you would be with HTTPS.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    21. Re:If you're that worried... by Mike1024 · · Score: 3, Interesting

      But uh, mind if I ask: exactly what kind of pictures are you planning on taking on your vacation? ;-)

      Most keen photographers - myself included - have a story or two about being hassled by security guards or police for photographing public buildings. Check out this article for examples. It's for security reasons, you see. I might be planning a terrorist attack.

      You wouldn't want the TSA goons to decide that your photographs seem odd and to give you a full-body cavity search "just in case".

      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
    22. Re:If you're that worried... by Anonymous Coward · · Score: 3, Informative

      It is not a good idea to lie to border security. Wipe your laptop and install a plain Linux system so that you can show that the computer works. Encrypt your data and transfer it over the internet or by mail.

    23. Re:If you're that worried... by FictionPimp · · Score: 3, Interesting

      No they will not get the password, but they will see bits changing in 'Empty space' that will alert them to the presence of a hidden container.

    24. Re:If you're that worried... by postbigbang · · Score: 4, Insightful

      Such a plan is an invitation for disaster and confiscation. Don't think for a second that encryption isn't a red flag. And if they could decrypt (I believe for many reasons that there isn't such a thing as an unbreakable cypher) your data, why are you angry? Would they steal it? Put it up on a flickr site?

      Yes, the entire program is a total affront to both US Constitutional rights to reasonable search (this isn't), to privacy (yes, we need a real amendment) and just plain human dignity.

      If you have important data, drop it to a DVD. Put that in a separate place. Carry lots of them. Don't look like a terrorist or mad scientist as you go through customs and immigration. Then restore your data as needed. And feel free to make your computer bag as messy as you can.

      --
      ---- Teach Peace. It's Cheaper Than War.
    25. Re:If you're that worried... by autophile · · Score: 4, Insightful

      Truecrypt provides plausible deniability - the capability to create a hidden encrypted volume within another encrypted volume, thereby allowing you to grant access to unimportant/dummy data when a password is asked for without the attacker knowing additional information even exists.

      And that helps when they confiscate your laptop and "lose" it... how?

      Pictures: Store them on a high-capacity USB drive, SD card, or other small device. Hide it. That way, if they get your computer, they still won't get your pictures.

      Movies: Why I iPod ya? I think they're less likely to grab task-specific devices over computers. And they cost less.

      Either way, by bringing along a laptop, there will always be the risk they simply take it and lose it. No amount of data trickery can get around that.

      --
      Towards the Singularity.
    26. Re:If you're that worried... by Panaflex · · Score: 2, Informative

      Ok, I'll bite. Name one US citizen this has happened too. I'm not saying there isn't injustice - but from what I can see the courts still operate in full public view. Laws are by and large still in effect, and we're not gassing women and children.

      --
      I said no... but I missed and it came out yes.
    27. Re:If you're that worried... by twistedsymphony · · Score: 2, Interesting

      Those are some great suggestions.

      I've thought about this myself and if you don't mind getting your hands dirty you could take an SD card and loaded it up with Linux, and wire it in parallel with the hard drive. install a small switch under the battery or something that switches power from the hard drive to the SD card. Then when traveling set the switch to select the card... it will look like a clean Linux install.

    28. Re:If you're that worried... by Toonol · · Score: 3, Funny

      He can't name them! Don't you understand! They have systems in place to wipe all evidence!

    29. Re:If you're that worried... by Anonymous Coward · · Score: 5, Insightful

      Extending off of this idea, My solution for travel to the US was to remove the hard drive, leave it at home, and run my laptop off of an ubuntu livecd. Any data I wanted to keep was stored on SD cards purchased in the US.

    30. Re:If you're that worried... by clodney · · Score: 2, Interesting

      I completely understand not wanting a bunch of law enforcement officials looking at his private data. The thought that it is allowed infuriates me.

      But the practical side of me says that I have come into the US several times in the last year, and not once has anyone even asked me to open my bags, let alone turn on my laptop.

      Security through obscurity is probably the best bet here - and obscurity means looking just like all the thousands of other tourists coming in from Mexico every single day.

    31. Re:If you're that worried... by SL+Baur · · Score: 2, Informative

      International mail is more likely to be opened going across the border than the probability you have of having the computer searched.

      The #1 thing is, remove the computer from its bag before they tell you to. They're getting increasingly angry at people for not doing that.

      A low tech way to discourage searches is to not bring the battery (buy a new one when you get there) and not clean the keyboard and/or screen.

      I travel outside the United States all the time and I've never had a problem (other than the single time I did not take the computer out of the bag), nor have I seen someone undergoing a computer search.

    32. Re:If you're that worried... by CodeBuster · · Score: 4, Insightful

      I believe for many reasons that there isn't such a thing as an unbreakable cypher.

      Theoretically that is true, but the computational complexity (i.e. the number of operations required to solve the math problem) of modern crypto systems is such that rarely will an informed and determined adversary attempt to brute force the crypto system. In fact the number of operations and computing power required render the entire attempt hopeless, since the data cannot be recovered in this way within a single human lifetime (i.e. 120 years) even when the resources available to first world governments are taken into account. It is more likely, assuming that they have no qualms and are determined to get your data, that black bag or rubber hose techniques will employed instead. Basically, if the computer leaves your sight and possession (i.e. it is taken into the back room before being returned to you) then that particular computer can never be trusted again, which is why you should have a backup of your data somewhere else, preferably on a secure off-site server, before you begin your travels and regularly update it during your trip. As far as I know, from my background in Computer Science, modern cryptography provides security that it at least as good as any alternative method and most probably substantially superior to those alternatives. The mathematical and theoretical foundation of modern crypto is well understood and proven (the government also uses these same or similar crypto systems for their own data, so draw your own conclusions about the effectiveness of modern crypto systems).

      Don't think for a second that encryption isn't a red flag

      So what if it is? Do we surrender our rights under the Constitution because authoritarian elements within our government are treating us all as criminals and terrorists with something to hide? Shall we surrender to fear and give up our rights in response to terrorism or criminal activity and in exchange for what? The promise of those some government agents to protect us against the bad guys? No thanks, I will take my chances with my rights intact. A right not exercised is a right that does not exist except on paper. We should all encrypt all of our data in order to more effectively assert our collective rights against unwarranted search and seizure.

      And if they could decrypt...your data, why are you angry? Would they steal it? Put it up on a flickr site?

      It is the principle of the thing. The government in the US exists because of the consent of the people. Here in the United States, at least according to the Constitution, the individual citizen is sovereign and any powers not specifically granted to the government by the consent of the people are reserved to us the people. I would rather that everyone walk around armed to the teeth and encrypt all of their data then live in an authoritarian nanny state where big brother is watching.

      If you have important data, drop it to a DVD. Put that in a separate place. Carry lots of them.

      There are many ways around their schemes (some better than others) and that is one of them. The fact that determined and knowledgeable adversaries can slip through undetected makes this whole piece of security theater even worse. It only inconveniences and compromises those citizens and people who are not able to, by reason of ignorance or incompetence, protect their data (which almost certainly would not include anyone intent on doing real harm).

    33. Re:If you're that worried... by Nefarious+Wheel · · Score: 2, Insightful

      Sure it is. What if he took pictures of naked 10-year-old girls?

      What if he had pictures of his own children and didn't want them in circulation? Being a parent with daughters myself I'm fully aware of the sort of people who make up a percentage of border guards, and I don't want them stalked or targeted or "collected" by people I don't trust. And I certainly wouldn't trust strangers with photos of my children.

      You can't just simply go fishing for incriminating material without probable cause, it isn't right. And in the case of border guards, what amounts to "probable cause" needs to be set out in strict procedures, and every such trigger event needs to be backed up and independently verified. The difference between police and thugs are laws and procedures, not uniforms and badges.

      --
      Do not mock my vision of impractical footwear
    34. Re:If you're that worried... by jeti · · Score: 2, Insightful

      That's all fine and dandy as long as the burden of proof is not on you. But I suspect that you'll have to convince the border guard that they've seen everything if you want to enter the US and take your laptop with you.

    35. Re:If you're that worried... by dos4who · · Score: 2, Interesting

      TrueCrypt plausible deniability was just recently broken. See this Slashdot article from July 17 http://yro.slashdot.org/article.pl?sid=08/07/17/2043248&from=rss

      --
      "Yes, I have a Disaster Recovery Plan. It's called my Resume"
    36. Re:If you're that worried... by nahdude812 · · Score: 5, Informative

      Actually it was recently demonstrated that you can positively identify a hidden volume exists within a TrueCrypt volume, defeating plausible deniability. In addition, it was also recently demonstrated that regardless of the encryption algorithm used, it's possible to get a silhouette of high contrast encrypted images.

      So if they really wanted, they could identify the hidden volume exists, then apply this second technique to identify that images exist on it. To border agents, this is probably tantamount to admitting on the spot that you're smuggling kiddy porn across the border, and you may find that it's more than your laptop which is detained.

      Your best protection is to transfer the images separately from your laptop. Store them on Amazon S3 with a tool such as JungleDisk, and download them when you get home (this is a good idea in case something damages your laptop while traveling too).

    37. Re:If you're that worried... by timeOday · · Score: 3, Insightful
      All this talk about truecrypt and plausible deniability is rubbish.

      Simply upload your photos from your hotel room (or an Internet cafe) and delete them from your laptop before leaving for home. Viola.

    38. Re:If you're that worried... by The+Faywood+Assassin · · Score: 5, Interesting

      Actually its even easier than that.

      If you can, set the BIOS to set the CF or SD card slot as the first boot device, and the hard drive as the second.

      Thus, without a card in the slot during boot up, you get a normal Windows session, with the card in you get a Linux session.

      Also, if the Linux session does not auto mount the windows disk, then the simpleton inspecting your computer will never see your files on the hard drive.

      Puppy Linux and Damn Small Linux are perfect for this

      Beny

      --

      "I'm a humble person really,

      I'm actually much greater than I think I am"

    39. Re:If you're that worried... by squizzar · · Score: 2, Insightful

      I believe for many reasons that there isn't such a thing as an unbreakable cypher

      One time pad

      It is the only 'unbreakable' encryption since if done correctly the encrypted data shares no information with the plaintext.

      Unfortunately it's not the easiest encryption to use. My best guess in this case would be to take a copy of the pad with you. If the laptop is searched then you never use that pad because it is compromised. Once you have encrypted your data you destroy the copy of the pad. When you return home you decrypt the data using the original pad. Obviously you would need to secure the original pad at home (e.g. not actually in your house) so that it can't be found in a search. Not convenient of course, but technically unbreakable.

      Personally I agree with whoever suggested transferring your data back via secure shell. In fact, encrypt it with a nice big RSA key, email it to an anonymous gmail account, and carry the key back on a USB stick. What are they gonna do, find all the encrypted data in the world and test your key to see if it decrypts it?

      (The really paranoid part of me thinks that this makes it only a matter of time before possession of any data that could potentially be an encryption key will be a criminal offense)

      Finally if you wanted to be cocky, I'd suggest hiding your pictures as a watermark or whatever in some other, completely innocent pictures. You really think they'll look twice at pictures of a geek in swimshorts.

    40. Re:If you're that worried... by Random+Destruction · · Score: 2, Insightful

      If you read the discussion attached to that article when it was posted on Slashdot, you'll find many many solutions to this issue. Apparently the fix is trivial, and that was just a press release to get attention.

      --
      :x
    41. Re:If you're that worried... by Anonymous Coward · · Score: 2, Insightful

      Allow me to translate your statement:

      All this talk about truecrypt and plausible deniability is rubbish.

      Simply upload your photos from your hotel room (or an Internet cafe) and delete them from your laptop before leaving for home. A four-stringed musical instrument of the violin family, slightly larger than the violin; a tenor or alto violin.

      Voila

    42. Re:If you're that worried... by HTH+NE1 · · Score: 2

      That's more an argument for never modifying your data, not never backing it up. Which would require you to write once as encrypted and not write and then rewrite in place as encrypted.

      And if you are backing it up, I'd assume you wouldn't be traveling with both your originals and your backups.

      No idea how this works on solid state disks though.

      Wear leveling probably results in rewrites not going to the same physical areas of memory, so every multi-wipe must be to full SSD capacity, as well as never storing the data on the device in a clear form.

      --
      Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
    43. Re:If you're that worried... by hairyfeet · · Score: 2, Insightful

      Seems like overkill if he is just wanting to transfer his pictures and not get hassled. I am assuming you have a Windows box at home,yes? One that has a nice 24/7 Internet connection like cable/DSL? If that is the case then the answer is very simple:

      1. Install the free UltraVNC on the machine at home,set your username and password,and if you want,install and use the optional encryption plugin that encrypts the entire stream.Install it on the laptop and test it,and if you don't want el border guards messing with it simply leave the installer in a folder somewhere on your laptop and uninstall after testing.2. When you get to where you are going,run the UltraVNC installer,give it the name/password of the machine you are connecting to and there you go! You now have a secure connection to your main machine at home. Simply transfer you pics and other data to the home machine before you leave and then uninstall UltraVNC and delete the pics. When you get home your pics will be sitting on your home box waiting on you to edit/print/whatever. Enjoy and have fun in Mexico!

      --
      ACs don't waste your time replying, your posts are never seen by me.
    44. Re:If you're that worried... by stephanruby · · Score: 2, Insightful

      A low tech way to discourage searches is to not bring the battery (buy a new one when you get there) and not clean the keyboard and/or screen.

      Do this only if you're worrying more about having your computer searched by some random 8 dollars an hour baggage handler than having it "kept for further analysis" by the DHS.

      Anything that would fall outside of the ordinary should a raise a major red flag for them, and that includes having a laptop with no battery and no power chord, having a cell phone/PDA with no batteries in it (or next to it), or having a non-work related laptop from a male traveler that has no pornography on it and no bodily fluid (that's UV light reacting) on its keys.

    45. Re:If you're that worried... by kesuki · · Score: 3, Interesting

      close, they can beat you up and shoot you and of course, you did it to yourself. http://www.lewrockwell.com/orig9/higgs-e1.html

      i was actually looking for a story about an army private who was shot in the leg, and all record of his ever being shot were erased, it made the local news... but this story was better, so...

      btw i realize this has only happened (reportedly, anyways) to 'army' privates, and of course, Iraqis and Afghanistan people, but it's amazing how some people with pull in the military can abuse the system.

    46. Re:If you're that worried... by Wooky_linuxer · · Score: 2, Funny

      Everybody knows that only terrorists use Linux. You are supposed to help the guy. Seriously. If TSA stopped people with a Macbook Air because it had no optical drive, then they will probably freak out and think you replaced your hard drive with an explosive or something like that if it doesn't show up.

      --
      Where is that guy who'd die defending what I had to say when I need him?
    47. Re:If you're that worried... by nametaken · · Score: 4, Insightful

      You're absolutely right, it'd be downright trivial to confound any "homeland security" flunky. Those wretches couldn't find their own genitals with both hands and a flashlight.

      What bothers me is that we're even talking about this like we're troubleshooting a minor tech issue. Why the hell should we have to even think about this? How did we get a place where this is an issue to deal with?

      What comes next... they require us to install and run a government supplied application to scan the disk? I mean... that would be in our best interest, right? It'd shorten the lines and protect our children from terrorists at the same time? It's lightweight and unobtrusive, while protecting our freedom?

      This country has a horrible sickness, and no politician is going to cure it. I'm about as normal a guy as you'd ever meet... but something has to happen to wake us the F* up, and I afraid it'd have to be something terrible.

    48. Re:If you're that worried... by LandruBek · · Score: 4, Interesting

      I seriously doubt he knows what entropy is . . .

      lol. Von Neumann advised Shannon to call his measure of information 'entropy' because, as he put it, "no one knows what entropy really is."

      --
      $META_SIG_JOKE
    49. Re:If you're that worried... by slash.duncan · · Score: 2, Informative

      ... And extending off of that...

      Those "netbook" mini-notebooks are practically semi-disposable price-wise, now, plus they're small and great for traveling. Buy one of those for trips where it might get lost (either at the border or forgotten, or swiped). Put most of your data on USB sticks, and do the Internet connectivity thing (some of them have 3g cell connectivity if you wish) and upload to some online storage site (even attach them to mail and google-mail them) periodically (depending on how long you're gone and how many pics you take) and before you return. You can encrypt before you upload if you're worried about someone snagging them as you upload or off whatever site.

      That way you aren't taking anything thru customs that worst case, you can't afford to lose. Similarly with losing your laptop at the airport or from your hotel room or whatever. The 300-ish you spend on the netbook isn't something you probably want to spend for every trip, but then the odds are you won't lose it on every trip... and if you lose it on one trip, oh, well. Meanwhile, your data too is backed up, since you uploaded it over the net, and can retrieve it once you get home if the physical copy gets snagged (either at customs, or as I said, from your hotel room or the airport or whatever).

      As for the encryption choice you can try gpg/pgp and possibly legitimately say you use it for mail, but they can ask for your key. (FWIW, unlike Britain, it's illegal/unconstitutional to demand it in the US including clearing customs, according to a recent court case, but illegal hasn't seemed to stop a lot of the Gov't thugs recently.) But the Truecrypt solution provides plausible deniability if you do it correctly (the recent /. headlines to the contrary not withstanding, see the discussion threads), and it's open source, so it should be reasonably secure from No Such Agency trojans or the like.

      But the little netbook solution, combined with (encrypted) net based storage, should pretty much solve the problem. And if the worst happens and you lose it... you've limited your loses.

      --
      Duncan
      "Every nonfree program has a lord, a master,
      and if you use the program, he is your master."
      R Stallman
    50. Re:If you're that worried... by Eivind · · Score: 2, Informative

      Actually, that's not true. You can only get the silhuette under certain very spesific scenarios. Namely that the analyst has access to two *different* copies of the picture (say one with the contrast adjusted) both encrypted with the same key and the same initialization-vector. Oh yeah, and the picture must be stored a a bitmat, if it's stored in an compressed or compressed-and-lossy format like png or jpg (like basically all digital photos are) the attack don't work.

      It's an interesting theorethical result. Not terribly important in the real world. (easily defeated by changing the IV when rewriting a block, for example, and no issue at all in usage-scenarios where one can use CBC or similar)

  2. mail it. by Anonymous Coward · · Score: 4, Informative

    problem solved.

    1. Re:mail it. by nwf · · Score: 2, Interesting

      That's what I was thinking, but it would likely be expensive to get it through customs. Or put all your data and OS on a SSD and rent or borrow a laptop on whatever country you are going to. Swap the hard drives and you are good to go.

      --
      I don't know, but it works for me.
  3. Put the tinfoil hat away by Anonymous Coward · · Score: 3, Insightful

    No one is going to search your computer other than to make sure it is a computer and not a bomb.

    1. Re:Put the tinfoil hat away by Raleel · · Score: 2, Insightful

      I actually fly international, and am currently overseas, and typing this on a laptop. Yes, they can probably search your laptop. I've yet to actually see anyone get their laptop searched in the airport... I've been in more than half a dozen airports in the last month and a half. I've been with teams of a half dozen, all with laptops, and none has gotten searched. I'm currently with a team of many more than that and none of them has been searched.

      So, yes, it's probably possible for them to search it, but I don't think it's particularly common.

      --
      -- Who is the bigger fool? The fool or the fool who follows him? --
    2. Re:Put the tinfoil hat away by hoggoth · · Score: 2, Interesting

      > No one is going to search your computer other than to make sure it is a computer and not a bomb.

      Oh, really?
      You give those trained monkeys way too much credit:
      http://www.pressrepublican.com/homepage/local_story_278220015.html

      --
      - For the complete works of Shakespeare: cat /dev/random (may take some time)
    3. Re:Put the tinfoil hat away by Reality+Master+101 · · Score: 5, Insightful

      You'd think that, but there have been stories recently about that not being the case.

      There are "stories" about kidnapping of children, but I still let my children play outside. There are "stories" of serial killers, but I still walk in the city. There are "stories" of school shootings, but I still let my kids go to public school.

      What's your point?

      I can find a "story" about anything. That doesn't mean that it's common or that special precautions need to be taken.

      --
      Sometimes it's best to just let stupid people be stupid.
  4. don't take data across the border by Aurisor · · Score: 4, Informative

    Throw a clean install on your laptop, and put your critical data on a server so you can just log in and download it when you arrive.

    When you're about to fly back, re-upload your data and wipe the drive.

    You could also just mail encrypted DVDs with substantial insurance.

  5. Short Answer by scipiodog · · Score: 4, Insightful

    Short answer: Truecrypt (as you mentioned in the summary.) Is it worth looking into? Yes. Are you being overly paranoid? No. Seriously, have you noticed the big brother trends recently? Truecrypt is very simply and effective encryption, in several forms, from simple encrypted containers to hidden O/S partitions. To take such a simple precaution is not, IMHO, overly paranoid.

    --
    http://clightnirish.wordpress.com/
  6. You could. by FireStormZ · · Score: 4, Interesting

    Use a clean install and email the photos to yourself while you are there... or put them on an encrypted thumb drive / cd and snail mail it..

    --
    "Ahh! Arrogance and stupidity in the same package, how efficient of you!" --Londo Molari
  7. Well, who are you... by nweaver · · Score: 4, Interesting

    Are you a middle eastern looking young male? A white male returning from Thailand? If so, be paranoid.

    If not, no worries.

    --
    Test your net with Netalyzr
    1. Re:Well, who are you... by commodoresloat · · Score: 3, Interesting

      I am a middle eastern looking young male ... well, not so young anymore, but still well under 50. And as I said in a previous post, I've never had any real problems with bringing a laptop past airport security on domestic or international flights. And I have had problems before -- big problems -- with airport security (and US Marshals) on a domestic flight. But none of those problems focused on a laptop, and I've never been asked to show what was on my laptop other than once I had to open it up and show that it actually did run. I suppose if someone looked like a child sex tourist flying from Bangkok they might be interested to see what photos are on their hard drive, but by and large their scrutiny is going to focus on whether you're a threat to the other passengers, but do you really think they are looking for vacation_photo_with_osama.jpg?

  8. Let them try to decrypt it. by haeger · · Score: 5, Funny

    Put your files on a few small USB-sticks, or on your home server (for encrypted retrieval once you're in the country). Bring a Live-CD to boot from and then "cat /dev/random > /dev/sda".
    Make sure to grow a big beard, learn a few arabic phrases and quote Allah to the security guard in customs.

    Then let them have a crack at decrypting your "encrypted" drive.

    Just be sure to say "Just kidding" so they don't ship you off to Guantanamo.

    .haeger

    --
    You are not entitled to your opinion. You are entitled to your informed opinion. -- Harlan Ellison
  9. Put the dunce cap away by megamerican · · Score: 2, Funny

    If you haven't noticed lately, the DHS can search your laptop, make copies of everything on your laptop and keep it. If you are a person who loves exercising arbitrary power over people, you probably work for the DHS or another government agency.

    Its really funny that a person who doesn't care about basic civil liberties is posting as AC. However, the joke is probably on me and you are just a troll. :)

    --
    If you have something that you dont want anyone to know, maybe you shouldnt be doing it in the first place -Eric Schmidt
    1. Re:Put the dunce cap away by HBI · · Score: 4, Informative

      OK, i'm not AC and I can tell you that they don't have time to check out laptops at most international airports beyond the aforementioned bomb check.

      Yes, i've passed into and out of the country several times during the last year. No search.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    2. Re:Put the dunce cap away by megamerican · · Score: 4, Insightful

      No one said it is happening to everyone. That misses the point entirely. Illegally searching even a small percentage of people is unnacceptable. Especially since people affected by this have almost no redress and the DHS doesn't even accurately report when they do this.

      I guess its only a problem when it happens to you. Maybe you should pick up a history book and find out how well that attitude worked in the 1930's and many other time periods.

      --
      If you have something that you dont want anyone to know, maybe you shouldnt be doing it in the first place -Eric Schmidt
    3. Re:Put the dunce cap away by HBI · · Score: 5, Insightful

      Only children think in terms of the worst things that could happen to them. Every day, when I leave my house, I could get run over by a bus. I could get ass raped in a jail after being unfairly imprisoned by a cop for a crime I didn't commit. My house could be robbed. My person could be robbed. My car could have a molotov cocktail thrown at it. I could catch some nasty disease from a toilet seat.

      Note I spend about zero time thinking about these things because the chances of them happening to me are about nil. Ditto having my laptop searched. What are they going to find, my porn stash? WTF do I care, really. It's not worth a moment of my life to worry about.

      I retort: Maybe you should grow up and worry about things that are important, like where your next meal is coming from. I hear that it's growing fashionable now.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    4. Re:Put the dunce cap away by tirerim · · Score: 4, Insightful

      So, you don't believe in life insurance, then? How about property insurance? Do you even lock your door when you go out? I don't worry too much about getting killed or having my stuff stolen, but that doesn't mean I don't take reasonable precautions for it. Having those precautions in place saves me from worrying about it.

      Personally, I don't worry too much about where my next meal is coming from, because I have a job. If I lose it, then perhaps I'll worry, until I find another one.

    5. Re:Put the dunce cap away by swillden · · Score: 3, Insightful

      Note I spend about zero time thinking about these things because the chances of them happening to me are about nil.

      Which just goes to show how bad people are at understanding small probabilities.

      It's foolish to completely ignore possible bad events just because they're unlikely, just as it's foolish to spend lots of time preparing for most unlikely events. The right way to handle unlikely but severely damaging events is to spend a small amount of time on them, and use that time to mitigate the risk to whatever extent is feasible.

      For example: you could get run over by a bus. Therefore, it's prudent to pause for a half-second before crossing the street and look both ways to see if perhaps a bus is coming.

      You could get unfairly imprisoned by a cop for a crime you didn't commit. Therefore, it's worth learning a little about what you do and don't have to say to police in order to minimize the probability that he'll be able to find probable cause for an arrest, and it's a good idea to have your attorney's phone number in your cell.

      Your house could be robbed. So, you should have insurance that covers theft, and should take 15 minutes once a year to video the contents of your home, and store the video in your small fireproof safe (where you keep important stuff to address the small probability that your house will burn down).

      You could catch a nasty disease from a public toilet seat. Well, you could use one of those seat protectors, I suppose. Personally, I think the risk is too small to bother. I do, however, make a habit of grabbing a piece of toilet paper to wipe off the seat before I sit down. This would provide some protection from nasty diseases, but also addresses the much more likely issue that someone may have peed on the seat.

      And so on. Don't ignore small risks, just take appropriately small actions to mitigate them to the degree that makes sense. If you need to figure out how much makes sense, just come up with a dollar figure that values what you'd lose if the event happened and multiply that by the probability of the event happening in a given year. That's the expected annual cost of that risk. Pick an hourly wage for yourself, divide the risk cost by the wage to get a maximum amount of time that it makes sense to spend addressing that risk.

      In the case at hand, it's probably worth a few minutes to type an Ask Slashdot question and read the answers, then a few more minutes to implement whatever seemed to be the best EASY suggestions.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  10. If you can't afford to lose it... by Duradin · · Score: 3, Insightful

    As the old traveler's adage goes, if you can't afford to lose it, don't bring it.

    Find a cheap laptop used laptop you won't have problems with ditching. Use a live cd or usb key boot solution so nothing ends up on the hard drives.

    Keep your pictures on SD cards and mail them or a copy to yourself or some drop point. Encrypt them all.

  11. Best defense by C10H14N2 · · Score: 5, Funny

    ...is a good offense.

    If you're offended by having your privacy invaded, just make it horribly offensive for the invader as well.

    With the right accessorizing and appropriate leather:latex:chainmail ratio, you can ensure even the most intrepid airport screener will breeze you through in record time.

    Oh...and, yes, Truecrypt is terrific, but not nearly as fun.

    1. Re:Best defense by RingDev · · Score: 2, Informative

      I've had the same experience. A few sex toys in the carry on will greatly expedite any terminal searches you wind up going through.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    2. Re:Best defense by fr4nk · · Score: 5, Funny

      ... or just use the goatse pic as a wallpaper.

  12. My personal experience by SkankinMonkey · · Score: 4, Insightful

    I've taken my laptop across the border 4 times, my wife has done so many times more, neither of us have had our laptops searched. I've been pulled aside by customs and asked questions once, but even then they did not request to see my laptop. I think the bottom line is, if you act shady they'll look at your stuff, if you're just getting your business done then you're fine.

  13. Yes, you're being overly paranoid by novalis112 · · Score: 2, Informative

    The laws are a travesty. The system is fubar not just beyond all recognition, but beyond all belief. However, you've got a better chance of justifying the average DMCA takedown notice then you do of having something bad happen to your laptop because of your border crossing. I do it several times a year and have never had anyone even take notice of my laptop. In fact, in all my years of international travel, I've had one complete *ass* of a border agent (at London's Luton airport) and for the most part all the others have been cordial at worst, and down right heartwarming at best. The bureaucrats need to be executed for treason and absolute scumbaggery immediately, the border agents are just people like you and me doing their (admittedly lousy) jobs.

    1. Re:Yes, you're being overly paranoid by goaliemn · · Score: 2, Insightful

      Exactly. I go in and out of the country 15-20 times a year, and have for the last 5 years. Never had any problems with customs. I bring my laptop with about 1/3 of the time and never been asked to show it, let alone whats on it.

      If you're a nice guy, it shouldn't be any problems. If you make an idiot of yourself, get ready for the check.

  14. Just passed through security with a laptop... by Tha_Big_Guy23 · · Score: 3, Informative

    I just came back in from a two week stay in Europe, where my travels took me through several countries there. While I was there, all the photos that I took were stored on the laptop, along with several movies that I'd ripped to the drive.

    Upon my return to the states, the check-in process wasn't any different than it had been a couple of years ago. They asked no questions about my laptop, or if I even had one. The only time my laptop left my bag was when I put it through the X-ray machine.

    That being said, it never hurts to encrypt your data anyway.

    --
    If you're looking here for something insightful or thought provoking, you're probably looking in the wrong place.
  15. Misdirection is key by anyGould · · Score: 2, Insightful

    Put them on your iPod. I've got a 80GB Classic, and there's more than enough room there to store whatever you need, and who's going to search your music player for stuff?

    Unless, of course, you're doing something naughty and arouse suspicion, in which case you're pretty boned - encrypting/obfuscating the file on the 'Pod would probably help, but if you're getting the full treatment...

    What the world really needs is secure storage with a self-destruct feature - when they ask you for the password, you give them X, which wipes the drive as quickly and as thoroughly as possible. (Preferably with a "decrypting, please wait" message)

  16. circumvention by Draque · · Score: 5, Insightful

    An ounce of circumvention is worth a pound of countermeasures. Don't store them on the laptop at all. Store the pictures you're taking online and you'll be able to access them from anywhere. Border patrol can't find something on your computer when it's not there. Even if that's not feasible 100% of the time, you could still make a temporary archive online while removing them from your computer. If even that has you feeling paranoid, you could always burn the files to DVD, wipe them from your computer, and stow the DVD.

  17. In other news.. by bigattichouse · · Score: 4, Insightful

    Offshore laptop rentals with temporary accounts linked to offshore data are booming! What a great business model. You set up an account with the company, stuff all your crap on a server, then when you get to your destination, you pick up a laptop (maybe your "rental fees" are part of your normal monthly service account)... logging in to the laptop mounts the remote volume and download away.

    --
    meh
  18. Re:Memory Stick would be Easier by Trent+Hawkins · · Score: 2, Funny

    Memory sticks work fine, most security personnel don't even know what they are. Just remember, what ever you do, don't EVER bring a bottle of water with you!

  19. Re:Tip #1: by MozeeToby · · Score: 2, Informative

    So, wait a minute. You were worried enough about being searched that you chose to bring your "noncritical laptop" (I'm assuming that's oposed to your critical one). And you packed this laptop right next to your drug stash?

    Also, last time I was on a cruise they had bomb/drug dogs checking the bags both while loading and unloading, so I'm not sure how safe it is to pack contraband on your way out of the country either. Though they weren't checking bags if you carried them onto the boat yourself so I guess that's just one more example of security theater.

  20. It's called probable cause by Crane+Style · · Score: 2, Interesting

    If you've got an NTFS drive you could always go about it using Alternate Data Streams. What pictures? Not going to fool a forensic examiner (nothing you do will, given enough time to look) but you'd probably slide past border folks just fine without having to give up your laptop for not providing the password to an encrypted drive. Don't give them any reason to want to look any further ;)

  21. Plausible Deniability by belphegore · · Score: 2, Interesting

    If you're worried about having to give up the password to your encrypted drive, try Rubberhose:

    http://iq.org/~proff/rubberhose.org/

  22. Easy Solution by multipartmixed · · Score: 4, Interesting

    Send it to your hotel DHL overnight before you leave, and do the same to get it home.

    Problem solved.

    --

    Do daemons dream of electric sleep()?
    1. Re:Easy Solution by bogjobber · · Score: 3, Insightful

      No, problem not solved. He specifically said that he wanted his laptop for the flight, so your solution is no help there. And it is much, *much* easier for them to search your stuff if you send it through a private carrier. There's no expectation of privacy so they can inspect it without a warrant, which is effectively the same as physically carrying it through customs. But this way there's no upset traveller yelling at them and wasting an officer's time, and more imporantly, there's no way you would ever know if your laptop was searched.

  23. The Supreme Court agrees by daveschroeder · · Score: 4, Informative

    Darned border search exception.

    "travelers may be stopped [and searched] at . . . the border without individualized suspicion even if the stop [or search] is based largely on ethnicity[.]" United States v. Montoya de Hernandez, 473 U.S. 531, 538 (1985), United States v. Martinez-Fuerte, 428 U.S. 543, 562-563 (1976)

    and

    "may [...] conduct searches of the traveler's body -- including strip, body cavity, involuntary x-ray, and in some jurisdictions, patdown searches -- if the Customs officer has reasonable suspicion" to do so. United States v. Flores-Montano, 541 U.S. 149, 152-53 (2004), United States v. Johnson, 991 F.2d 1287, 1291-92 (7th Cir. 1993)

  24. Rubber hose code cracking.... by refactored · · Score: 3, Insightful
    ...the trouble with any encryption is it sends a strong signal to the spooks... This guy is hiding something, put him through the works and see if anything leaks out.

    But I dare say you may be safe... after all, TrueCrypt has probably received a visit from No Such Agency.

    Google for crypto nsa backdoor

    1. Re:Rubber hose code cracking.... by LighterShadeOfBlack · · Score: 4, Insightful

      Well with Truecrypt at least it's open source so that should provide a good degree of protection against a backdoor in the software itself. There's still the possibility of a backdoor in the underlying encryption schemes of course which would be far beyond most people's ability to detect no matter how many people see it or how long they look. Truecrypt does however allow you to chain multiple encryption and hash algorithms which, given the diversity of their origins, should provide a reasonable degree of protection from backdoors.

      --
      Spelling mistakes, grammatical errors, and stupid comments are intentional.
  25. Never been asked about laptops by afore · · Score: 2, Insightful

    I have been between Taiwan and the US, Shanghai and the US numerous times in the last two years carrying 2 laptops. Never been asked. In fact, the last time two weeks ago, I had two laptops, 1 for work and 1 for my personal use, and a newly purchased in Taiwan EEEPC netbook which I declared.

  26. Re:Boot to shell by Foofoobar · · Score: 4, Informative

    Everyone has seen a shell prompt and knows that computer professionals use it. If you tell them you are a developer, system administrator, etc. They don't even want to HEAR you talking over their heads. You obviously know more about that machine than them and they send you on your way.

    --
    This is my sig. There are many like it but this one is mine.
  27. Re:Tip #1: by ArhcAngel · · Score: 2, Informative

    If ever a comment needed to be AC'ed it was this one. You'll probably be getting a knock at the door any moment now.

    I went on a cruise last year and the day we were to disembark we had to stay in our rooms an hour while the police with drug sniffing dogs arrested several passengers for drug possession.

    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
  28. rsync every *.jpg at icanhazcheezburger.com by physicsphairy · · Score: 4, Funny

    Insist on showing them every picture!

    Also, backup the gutenberg project.

    Fill up the rest of your drive with dd if="/dev/random" of="secretstuff.iso" so that if they copy your drive they at least have something they can work on decrypting.

    Don't forget to bring your extra harddrives, too! I'd pay you to take some of my crashed ones... I would love for somebody to get the data off of them.

    Other than that, all I can think of is for you to laugh maniacally.

  29. Re:Boot to BSoD by jbeaupre · · Score: 5, Interesting

    Or have it "crash" on boot and you'll be sent along your way with a sympathetic shrug.

    --
    The world is made by those who show up for the job.
  30. secondary inspection by drfrog · · Score: 2, Insightful

    if uve never been pulled into the us customs secondary inspection i wouldnt worry about it

    ive never had my laptop scrutinized and ive been pulled into secondary inspection a few times

    { canadian programmer telecommuting in the states == working in the states }

    think about who and what they are really looking for , its probably not you or your files

    --
    back in the day we didnt have no old school
  31. Careful!!! by mangu · · Score: 2, Funny

    With the right accessorizing and appropriate leather:latex:chainmail ratio, you can ensure even the most intrepid airport screener will breeze you through in record time

    Have you seen the people they are hiring at the airport security recently? You might be subject to an entirely different form of harassment, from someone who feels you are their perfect soul mate...

  32. Theft in foreign country is a bigger concern by krlynch · · Score: 4, Insightful

    I know it's the hip thing to worry about Customs rifling through your laptop, but statistically, you have much better things to worry about when bringing your laptop on vacation ... among other things:

    0) Forgetting to bring the AC plug adapter,
    1) Customs services in the foreign country,
    2) Airport security on both ends,
    3) Simple theft of the laptop during the trip,
    4) Putting your laptop bag down on the bus and forgetting it,
    5) Spilling coffee on your keyboard at an internet cafe, and
    6) Dropping your laptop on your big toe and breaking both.

    Practically speaking, Customs agents can't be bothered to search individuals that aren't acting truly "hinky". I've been traveling internationally on a regular basis for business. My travel patterns certainly fit a certain "risk" profile (long stays outside the country, frequent travel, watch list name match, etc.) and I've never, in six years of this, ever had anything searched or questioned, much less seized. Practically, it's not worth worrying about.

  33. Known Your Adversary by bill_mcgonigle · · Score: 4, Insightful

    Truecrypt provides plausible deniability - the capability to create a hidden encrypted volume within another encrypted volume, thereby allowing you to grant access to unimportant/dummy data when a password is asked for without the attacker knowing additional information even exists.

    To do this you need the TrueCrypt bootloader installed, which is a dead give-away that you probably have a hidden volume. If you don't and they suspect of being a terrorist sympathizer you'll just get thrown in Gitmo until you give up your secrets.

    TrueCrypt plausible deniability is useful against those who cannot employ deadly force against you.

    If you're really concerned, wipe the drive, install linux on a small partition, use an encrypted network connection to upload the photos, then secure wipe the drive and install Windows XP on it for your border crossing. Better yet, get a $50 used laptop and leave it with a local school.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    1. Re:Known Your Adversary by bill_mcgonigle · · Score: 2, Funny

      Yeah, you're absolutely right. I suspect that he's either one of: not sufficiently paranoid, or way over paranoid. As usual it's what you need to defend and against whom.

      Heck, I can't even find stuff on my own drive I'm looking for inside 5 minutes sometimes - there's no way any kid of quick search can be of any use, unless we're underestimating our enemies again. I'd suggest that putting the photos inside a dot-directory would be largely sufficient.

      Still, I think it's better not to play along with surrendering your 'fourth amendment' inalienable rights at all.

      I bet photoshopping a picture of yourself shaking hands with Dick Cheney and setting that as a desktop picture would be the fastest way through the line.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    2. Re:Known Your Adversary by dslbrian · · Score: 2, Interesting

      To do this you need the TrueCrypt bootloader installed, which is a dead give-away that you probably have a hidden volume.

      Plausible deniability can extend beyond just what truecrypt offers. Personally I would not encrypt the whole disk, just select container files. After all if they seize the computer they would expect it to boot and behave like a normal system, so give that to them.

      For truecrypt use the "hide a tree in a forest" approach. Create some bogus aptly named containers - "MySecretStuffFile", and such with nothing but useless junk in it. When someone asks for the truecypt password give them the password to that.

      Then create some actual containers masquerading as real files - "Big.zip" or "YourFavLinuxDistro.iso" or such. If they ask what that is, say its a zip or iso or whatever. If they ask why it doesn't work, say I guess its corrupted. If they can't prove its a truecrypt container there is not much they can do. Realistically unless your name pops up on some watch list I doubt that anyone would ever spend the time to sift through the files looking for that stuff.

    3. Re:Known Your Adversary by gnick · · Score: 2, Informative

      Truecrypt provides plausible deniability - the capability to create a hidden encrypted volume within another encrypted volume, thereby allowing you to grant access to unimportant/dummy data when a password is asked for without the attacker knowing additional information even exists.

      To do this you need the TrueCrypt bootloader installed...

      No. You don't. -1 Wrong.

      You only need the boot-loader if you're doing full-disk encryption. But you can boot up unencrypted and create as many volumes as you'd like with or without hidden volumes inside with just the normal TrueCrypt software.

      --
      He's getting rather old, but he's a good mouse.
    4. Re:Known Your Adversary by McNally · · Score: 2, Funny

      That would actually be a neat trick. Photoshop a few pictures of you along with high-ranking government officials.

      For bonus irony points, put your head on top of Saddam Hussein's body in that famous picture of him shaking hands with Donald Rumsfeld. (Although, Rumsfeld is technically no longer a high-ranking government official.)

  34. Re:Memory Stick would be Easier by tchuladdiass · · Score: 3, Insightful

    Go a step further. Take a 16GB flash drive, and create a 512 MB partition on it. Mount the rest of the drive using a 512 MB offset, and put your encrypted volume on that. Place a few scenery pictures on the 512 MB fat32 partition, and finally print up a label that says 512MB and stick it on there. They wouldn't even come close to seeing that there is an encrypted volume hidden on there then.

  35. Doesn't seem to be a problem by D+H+NG · · Score: 2, Informative

    I just returned to the US last week from a month-long trip overseas. I brought my laptop along to store photos from my digital camera. The only time I had to remove my laptop from its case was at the airport (LAX) when leaving the US, when I had to put it through an X-ray machine. I didn't have to do it again when I returned (it still went through the X-ray machine). At no point was I asked about the contents of my laptop nor asked to turn it on. This was a marked improvement from 2 years ago, when I had to remove the laptop from its case and remove my shoes at every point in my journey (my trip had a connecting flight).

  36. Re:Tip #1: by Ethanol-fueled · · Score: 2, Insightful

    Which cruise line and port, if you don't mind me asking?

  37. Can you explain what frightens you? by daveschroeder · · Score: 2, Informative

    You're frightened because the Customs has always had the power to search persons and physical objects at the border without a warrant, or that someone actually thought it might be a good idea to extend the longstanding and repeatedly upheld border search exception to include data on electronic devices? If it has always been acceptable (and repeatedly upheld by the Supreme Court[1]) to search for anything else illegal at the border without a warrant, can someone make a good argument why data on one's person or in one's possession at the time of border crossing should be excluded under those same provisions?

    Or are you frightened because you subscribe to the idea that the US has turned into a fascist regime, when the EU and individual European nations have their own laundry list of controversial laws and provisions attempting to grapple with how to handle electronic data in a legal sense in the continually emerging Information Age?

    [1]:
    United States v. Montoya de Hernandez, 473 U.S. 531, 538 (1985)
    United States v. Martinez-Fuerte, 428 U.S. 543, 562-563 (1976)
    United States v. Flores-Montano, 541 U.S. 149, 152-53 (2004)
    United States v. Johnson, 991 F.2d 1287, 1291-92 (7th Cir. 1993)

  38. This is a job for dual boot. by darkonc · · Score: 2, Insightful
    Set your system to dual boot Windows/Linux. If you're really paranoid, have it boot off of USB first and the main hard drive second. Put the Linux/Grub boot on a USB key, and keep it separate. The system should default to a Windows boot.

    When they boot the system, all they'll see is Windows. Windows will ignore the Linux partition(s). For anything other than an anal-probe search, this'll be enough to keep them at bay.
    It's unlikely that they'll do an anal probe search unless they find something else on you that worries them.

    --
    Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  39. The problem is overblown by ljw1004 · · Score: 3, Insightful

    Millions and millions of people travel with their laptops to all countries in the world. Just about no one has problems. Keep things in perspective.

    Yes, you should be concerned about laptop searches and seizures as a general principle of public conduct. No, you shouldn't be at all concerned about your laptop on your trip.

  40. TWiT Episode #163 by gsmalleus · · Score: 2, Informative

    On the October 6th, 2008 "This Week in Tech", Kevin Mitnik talks about how he now deals with taking his laptops in and out of the country.

    TWiT 163: MitNicked

  41. I won't say your paranoid... by wygit · · Score: 2, Informative

    there have been a LOT of scary stories about this lately... I was concerned about the same thing... BUT... like some others have said, I have yet to see a laptop being inspected/confiscated. Two trips out of the country this year, one to Cabo, the other to Paris and Prague. No problems.

  42. Just returned from Europe with no issues by HeWhoMustNotBeNamed · · Score: 5, Insightful

    We flew into Munich, traveled by Train to Austria and returned to the US via Munich. We had no issues other than US Customs wanted to review the food items we were importing and declared. We knew that when we bought the Austrian chocolate and it took maybe an extra 5 minutes to go through the Agriculture lane for customs.

    I did burn a DVD of my pictures as a backup, more in case the laptop was stollen than if US Customs wanted to retain the laptop.

    Get over the paranoia and go see the world.

    1. Re:Just returned from Europe with no issues by bornwaysouth · · Score: 5, Insightful

      Deary, deary me. A sane voice. You really don't belong here. Your lack of problems came about because you acted on a normal fashion. Read the posts. These guys are off on another planet.

      An analogy.
      Imagine that you want to walk down a street at night, which just happens to have a lot of coke dealers on it. You have your own *private* reasons for being there. Cop patrols cruise by. The advice given by the other posts is wonderfully technical. The equivalent is. On seeing a cop car, scuttle into a doorway. Wear patterned clothing that allows you to blend into doorways. Wear rubber gloves and be prepared to drop any stash to allow plausible deniability. Have an artificial third leg. In short, wave a large neon sign saying "Look at me."

      There is an observation in the science press that terrorists seem to be more likely to be geeks than non-geeks. From the posts here, I'd say they are simply more likely to be caught.

    2. Re:Just returned from Europe with no issues by bornwaysouth · · Score: 3, Insightful

      What you say is reasonable. I used to be a chemist. I even had the embarrassment once at an airport of having a little vial of a chemical out of my bag being waved at me and being asked what it was. I said "I don't know." This was utterly truthful. I was bringing it in to have X-ray crystallography done on it. At which stage, I played my voice back in my head and thought "What does that mean to the border guy?" Oh, oh. I said it was mine, I had made it, it had a weird formula, and if he could identify it for me, great. I just wanted to know what it was. And I was off to the local university to find out. He was happy with that (in a grumpy sort of way.) All this was pre-9/11

      I have not gone thru US customs post 9/11. I did know someone who did, with bits of electronics in his luggage. he was a production engineer taking stuff-ups from China back for detailed design analysis. He had a shit-load of trouble. About 4 hours before he could get onto a plane.

      All this is reasonable to expect when social paranoia is given power. I don't like it either. But the original post was, I thought, about someone coming back from overseas and wanting to keep private the info on his laptop. It seems to me that if you act suspicious (encrypting the whole drive) then you are attracting attention. If 300 people have been vomited out of a jumbo jet, the priority must be to clear the very likely innocent as fast as possible. As a passenger, your priority is to get shunted though in the of-no-interest group. This applies if you are a terrorist, porn collector, or simply a good looking woman with photos of yourself on a nudist beach. Making it obvious you have something to hide is a dumb approach. Fun to think of, but stupid as real-world advice

      As for being a specialist wanting to take stuff in. Yeah. You would have to evaluate packing it on the basis that you will be declaring it to a Russian customs inspector in 1961, he being well educated in Marxist-Leninist politics, the deviousness of smugglers, and how to keep the commissars happy. Openly declaring electronics and little vials of chemicals would simply speed up how fast you got taken to a specialist interview room. All three education streams probably apply today. (Marxist-Leninism uses different nouns, and the other two are unchanged).

  43. Encryption isn't the point by fm6 · · Score: 2, Insightful

    According to briefing my boss gave me recently, Truecrypt would not help: If they really wanted to see your content they could ask you to show it to them or alternatively confiscate your laptop and decrypt it themselves. The latter would mean you would probably not see your laptop again.

    If you do your encryption properly, it simply can't cracked by anyone not willing to expend a lot of expensive computer time — if at all. Encryption gets broken by user sloppiness, social engineering, or (depending on your tin foil hat status) undocumented back doors. NSA magic only works in the movies.

    But you are right about one's laptop getting seized and disappearing forever. The possibility of that happening would keep me from ever taking my main laptop outside the U.S., period. The existence of an encrypted file system might raise their suspicions, but they manage to get suspicious even without that.

    If you have to take a laptop abroad, go out and buy a cheapie you won't mind losing. And if you decide to put your vacation photos on the laptop, you should make a point of not hiding them, so as to avoid drawing attention to yourself. Having an ICE agent see what you look like in speedos may be an embarrassing and pointless invasion of your privacy. But a little embarrassment is something you get over; becoming a "person of interest" is not.

    Unless your pictures are very sensitive indeed, and it would totally screw up your life if the wrong people saw them. In that case, the last thing in the world you should be doing with them is schlepping them around on a laptop.

  44. Best Suggestion by Jeremiah+Cornelius · · Score: 5, Funny

    Now that you've escaped, why bother tunneling your way back into the Stalag^H^H^H^H^H^H Soviet^H^H^H^H^H^H U.S.?

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  45. Seriously by Jeremiah+Cornelius · · Score: 5, Insightful

    Regular people, just doing ordinary legal business now need to worry about this?

    What the fuck is up?

    Doesn't this read more like an item that one would have expected to read - historically - by someone concerned about a visit to the Soviet Union, East Germany or Argentina? Looks like the Soviets didn't lose the cold war. There are just 1st and second runners-up, with both losers in a 15 year period, no? I mean, you fuckers used to have LAWS. You used to have a Constitutional validation of basic individual rights! But, I guess there are more important things to a nation, than the consent of the governed.

    In America, Soviet Union becomes YOU! You fucked up, America. And now you no longer exist in any meaningful context. The only single thing that defines you as a coherent entity within your borders is the way in which you are taxed - without representation.

    I don't know if I am angry or sad. But it is sad.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
    1. Re:Seriously by Eternauta3k · · Score: 5, Insightful

      Doesn't this read more like an item that one would have expected to read - historically - by someone concerned about a visit to the Soviet Union, East Germany or Argentina?

      Regardless of the truth in that statement, I never heard of Argentina being used as an example of an intrusive country. The checks they do at customs are laughable.

      --
      Yeah. Would you choose a neurosurgeon who pokes around people's brains in his spare time? I wouldn't.
    2. Re:Seriously by klausner · · Score: 5, Informative

      You aren't paranoid if you really have enemies.

      While having someone look at my vacation pictures wouldn't especially bother me, having some Homeland Security dweeb who can't find the power switch impound my PC because he thinks that maybe, possibly, there is a chance there is something questionable scares the hell out of me.

      Customs (and others?) can seize laptops, disks, media, etc, FOR NO REASON AT ALL, and there is little or no legal recourse to get the stuff back. If that's not worth being paranoid over....

    3. Re:Seriously by C0vardeAn0nim0 · · Score: 5, Informative

      because you didn't visit argentina during late 70s or early 80s when our neighbors (well, we too, and ALL the rest of south america) were under a ruthless dictatorship that used to load anyone they didn't like into C-130s and drop them in the midle of the ocean.

      BTW, that regime ? sponsored by the US, with CIA's planning. as were all the dictatorships in the continent.

      --
      What ? Me, worry ?
    4. Re:Seriously by dbIII · · Score: 5, Insightful
      One lesson from an incredibly expensive joke of a "terrorist" case in Australia is that a photograph of a landmark is proof you are going to blow it up. Be careful with those holiday snapshots!

      The outcome was that the case was thrown out due to a complete lack of evidence apart from a very distant family relationship with another suspect in the UK, so beware, if Kevin Bacon does something you're screwed. It really did look like a show trial set up for an election year so that Australia could finally show the anti-terror laws were working.

      To be practical and serious I would say leave a copy of everything you really want to keep with somebody before you fly just so you can get it back if the laptop is mishandled or held up in any way, or even if you just drop the thing yourself.

    5. Re:Seriously by nametaken · · Score: 2, Informative

      To be fair, it's way more likely that someone will steal his laptop out of the hotel room while he's on vacation.

    6. Re:Seriously by Yggdrasil42 · · Score: 2, Funny

      Shouldn't that be "Agfa" instead?

  46. Social engineering: Bring a baby by Anonymous+Meoward · · Score: 4, Funny

    This past year we took a laptop with us to Vietnam to pick up our daughter. (We blogged from our hotel a lot. We were awake most of the time anyway.)

    Our jet-lagged child's first hour in the USA was interesting. Nothing cuts through the red tape and lines more effectively than a cranky baby screaming at 160 dB.

    --
    --- The American Way of Life is not a birthright. Hell, it's not even sustainable.
  47. why data on one's person should be excluded... by tlambert · · Score: 3, Insightful

    why data on one's person should be excluded...

    I think if the person is, for example, a lawyer, the data in question could be protected by attorney/client privilege, and therefore they could face disbarrment for disclosure, even were it done under color of authority.

    I imagine, in fact, that this is a real issue for lawyers attempting to operate on behalf of the detainees at Guantanamo Bay.

    But I'll also answer the question in the subject, as to why it should not simply have an exclusion cause for lawyers, instead of being struck down for everyone: because it's in my head and they have no right to search my head. What's the difference between data in your head and data encrypted with a password stored in your head? To me, the data is in your head, and the data on the hard drive is just a useful memory aid.

    Oh, and if the original poster is more concerned about them getting his data than about losing the laptop, make a one time pad, make a copy of it, put the copy of it in a safe deposit box, travel outside the US, and then after encrypting the data with the OTP, destroy the OTP so it is impossible for you to comply.

    -- Terry

  48. Easy! by rlp · · Score: 5, Funny

    Border agent: What is your reason for traveling today.
    Geek:  I'm talking to a company about fault-tolerant servers
           ...
           and in this Powerpoint you'll notice that the two processors are running in
           lock-step.  Whereas, this comparator here looks at these two pairs of CPU's
           ....
    Border agent: You may go.
    Geek:  Wait!  This is the interesting part ...
    Border agent: For the love of God, please go!

    --
    [Insert pithy quote here]
  49. Re:Tip #1: by Mal-2 · · Score: 2, Informative

    Having worked on cruise ships for several years, I can offer some advice if you'll be there a while (not just your average passenger):
    * We were warned about Coast Guard inspections days in advance. The contraband was placed into film canisters, and those film canisters were washed thoroughly. They were then hidden in PUBLIC areas of the ship -- if found, it would be difficult to determine just who had put them there. As far as I know, none were ever found.
    * Make friends with security. Remember that when you are on shore having fun in port, they are standing in the doorway checking everyone. They don't get to go shopping, or out to shoot pool or hit nightclubs. Something as simple as doing their shopping for them once in a while could net you one very valuable ally.

    Other points should work for anyone:
    * If you are trying to take goodies back OFF the ship, separate these goodies from anything personally identifiable. The way the dogs mark the bags to be checked is to piss on them, so if you see your bag is wet or sitting in a puddle at the pickup point, just walk away.
    * If you are bringing goodies ONTO the ship, you should only bring enough to last you until your first port, not the whole trip -- this should make it easier to keep them on you personally and not in your luggage. Re-stock once outside the U.S. where the inspections will be much less intensive. If going to Mexico, the guys who will weave a wristband with your name in it for $5 will also happily set up a transaction for you for an appropriate fee.
    * Take one more bottle of booze than you are entitled to, and DECLARE IT. Nothing looks more like cooperation than voluntarily paying $3 in taxes. If you want to take more than that, feel free -- the one extra is just a minimum to make sure you have something to declare, and even with taxes you'll generally pay less for a liter bottle on-board than for a 750ml bottle of the same thing on land. Spread the most expensive bottles around, one to a person, to be their "freebie", and pay taxes on the cheaper ones.

    Mal-2

    --
    How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  50. Now go and help the others... by CustomDesigned · · Score: 2, Funny

    Didn't you ever watch Hogan's Heroes? You tunnel back in to help the others and play tricks on the commandant.

  51. My solution by h3llfish · · Score: 2, Funny

    My answer to this problem is simple. Fill up your hdd with legal but really gross images. Old people doing sexy times would be a good way to go. Then, the snoopes are forced to get an eyefull of some saggy luvin! I guess you are too, to some degree. But punishing fascists is never painless!

    1. Re:My solution by ocularb0b · · Score: 2, Funny

      AGENT: Sir we will need your password please.
      ME: Ok its "iamdoinganillegalsearch"

      --
      Support bacteria, the only culture most people have.
  52. You are being paranoid by GayBliss · · Score: 2, Insightful

    I travel in and out of the U.S., the U.K., and Spain every couple of months with my laptop, and sometimes with an additional computer, and I have never been asked to show it to anyone nor have I seen anyone else having their laptop checked. The security in Heathrow doesn't even want the laptop taken out of the carry-on anymore, and the U.S. customs rarely looks at anything from anybody that I have seen.

  53. Thanks Slashdot! Love, TSA by Monkier · · Score: 2, Insightful

    So in a couple of months all the l33t slashdotters a going to be smuggly waking thru border checks, with their hidden linux partions, truecrypt archives.. And the friendly TSA worker is going to pull out a USB key that checks for all the helpful suggestions posted in these comments.

    TSA worker asks you 'are there any pirate movies / mp3s on your laptop?'.. are you going to lie? how many people on the flight saw you watching 'big momma's house 3'? can you afford to be without your laptop for a couple of months?

  54. Use the tarantino method by grahamsz · · Score: 5, Funny

    The way your dad looked at it, this Secure Digital Card was your birthright. He'd be damned if any slopes gonna put their greasy yellow hands on his boy's birthright, so he hid it, in the one place he knew he could hide something: his ass. Five long years, he wore this solid state media device up his ass. Then when he died of dysentery, he gave me the memory card. I hid this uncomfortable piece of plastic up my ass for two years. Then, after seven years, I was sent home to my family. And now, little man, I give this Sandisk Extreme 8GB SDHC card to you.

  55. More disks. by Thomas+Shaddack · · Score: 2, Informative

    Use two hard drives. One concealed in the luggage, or sent by Fedex/UPS/mail, fully encrypted. Backed up for case it'd be intercepted. Another one with a fresh install or known-good image in the laptop itself, so the laptop boots. That way, there's nothing to find during eventual search. You can either make the laptop some "history", so the OS looks used, or claim that it is a business machine and a fresh image is the company policy for overseas travels; many companies actually do so now, so it is a plausible legend. Also, look unimportant, a small grey corporate drone on a trip.

  56. photographing landmarks by falconwolf · · Score: 5, Informative

    One lesson from an incredibly expensive joke of a "terrorist" case in Australia is that a photograph of a landmark is proof you are going to blow it up. Be careful with those holiday snapshots!

    I don't know if there's anything like it in Australia but in the US we have this handbook, "The Photographer's Right", photographers started to carry. In a photography class in college I was taking when 911 happened, we heard about how photographers started to go through questioning when they were taking photos. One student there was working on a class assignment when police or private security personnel tried to confiscate his camera. It was a bizarre tyme for photographers then.

    Falcon

    1. Re:photographing landmarks by MullerMn · · Score: 4, Funny

      It was a bizarre tyme for photographers then.

      But atleast it smelt nice.

  57. In my experience by therealcrowchief · · Score: 2, Insightful

    I dont know if its because im military or not, but ive flown to and from the US 3 times each since this bill or whatever it is was proposed, all 3 times from Germany to the US, 2 times from the US to Germany and once from the US to France...and I have never been asked for my password for my laptop. While I have nothing to hide, anything I dont want to be seen isnt on my travel laptop, but I still never been asked. This is just my experiences.

  58. Re:24 hours by jimicus · · Score: 5, Funny

    There is a bill being debated in the US Congress right now to limit impoundment of laptops to 24 hours.

    And I'm sure that in order to back that up, they'll take a forwarding address from you and FedEx you the laptop immediately those 24 hours are up, lovingly packaged and at no further cost to the passenger, regardless of where you are in the world. And when FedEx loses a package (because no courier company in the whole of history has ever achieved a 0% loss rate), they'll chase FedEx up on your behalf, replacing the laptop for you if FedEx can't find it in a reasonable timespan.

    Regarding the data on the lost laptop, they'll almost certainly image it before they let it go anyway, so I'm sure they'll be only too happy to copy the image to another disk and ship that to you.

    And all of this will be done so quickly and efficiently you won't even miss it.

  59. BSOD on startup by hotrodent · · Score: 2, Funny

    Maybe a bit of social engineering?

    Someone should make a program that's easy to install and remove that makes Windows generate a BSOD (reliably) on startup. The BSOD might just be famous enough for the security guard to recognize it.

    Inspector: Can you please start up the laptop sir?
    Owner: Sure thing, but it's been crashing on me lately. I've got to get my IT guy to look at ... damn! It's done it again! Sh*t...
    I: Haha, my laptop was doin that when my kid messed wit it.
    O: That might explain it! As I recall, I let my son do his homework on it just last week and it's been acting weird since. Thanks for the tip!
    I: Hey, not a problem. Actually, I'm pertty good with the interweb too, cept once I went to one of them phishing site for some fishin tips, but even when I paid the stinkin $1 fee with my credit card, there weren't no tips or nothin! Just watch yourself sir, it's a crazy web out there. On your way!