![]() |
Re: Data Privacy whilst Traveling with Mobile Computer
Quote:
|
Re: Data Privacy whilst Traveling with Mobile Computer
Only while traveling to and from Japan have I ever had a problem with any devices. Apparently an older law that's on the books explains that a certain level of encryption coming out of Japan - 128-bit or higher IIRC - could not be exported out of Japan without prior approval.
It was the MagicGate memory cards for my then PS2 that they were referring to. My very last trip, it was my N810. It was confused with a phone, and they thought I had purchased it while on my trip there. I pulled out my cheap phone - a Motorola F3 I travel with that nobody in their right mind would want to steal - and explained that I used the N810 for internet access when I didn't use my laptop. They relented, but that was about the only time I've had to worry about anything encrypted on my gadgets. Came to the US, customs was going nuts about having the "internet in your pocket"... one customs official even knew enough to ask "Even Flash?" "Yes, even Flash content is rendered..." |
Re: Data Privacy whilst Traveling with Mobile Computer
Quote:
I would use a VPN on my phone right now but with traditional pptp it stores your password plain text, which bothers me. Also on the n800 it is quite tedious to enter passwords. |
Re: Data Privacy whilst Traveling with Mobile Computer
Hmm let's see what I'd like as my use-case.
a) deniable encryption based on dm-crypt and luks - this would be enough to simply split the luks headers from the volume itself and keep them on a different volume(I've started looking for this option recently but am unable to find any info - can do it for keys only apparently - for now). Basically one would have an SD card that would store the headers and you would need both to actually mount. But once in memory one shouldn't need to keep the card in(store them in RAM?) b) I'm not much for full device encryption or full home encryption. I tend to simply encrypt the things that are important to me. In this case this would be contacts, smses and such like. Of course having something like plain old GPG on this would work as well. c) I should never be asked to decrypt when trying to access this data(it should fallback to an alternate store). Accessing the encrypted data should be a concious effort. Have an app that you open select the store you want to unlock - enter passphrase and any other tokens - and you have access. |
Re: Data Privacy whilst Traveling with Mobile Computer
Quote:
I haven't looked at truecrypt for a long while, but I never used it on my desk/laptop systems, because the Linux port seemed to be a kludgey bolt-on afterthought. Besides, with LUKS+dm-crypt, I found it was easy to set up LVM in an encrypted container, and have grow/shrink capability with full disk encryption. |
Re: Data Privacy whilst Traveling with Mobile Computer
Quote:
You need following:
Should work on 2.6.21 kernels but you will not get XTS mode since requires Linux 2.6.24+ There are some folks who compiled dm-loop for Diablo. Excellent starting point. For Maemo < 5.0 see also these legacy threads: |
Re: Data Privacy whilst Traveling with Mobile Computer
Quote:
Storing password encrypted only works with a salt (like /etc/shadow) else it makes no sense. This way the input (password) is compared and then authentication takes place. Another disadvantage of password-based authentication is that input of the password may be recorded by third parties. OpenVPN allows you to not save username/password. Same with OpenSSH via SSH keys, and OpenSSH supports VPN setup nowadays. Don't know about Maemo versions though. OTP (one time password) solves the problem although it has its disadvantages. OpenSSH has supported this for a long time, which means you only need to implement server-side support. For that you need e.g. libpam-opie (on OSes using PAM such as Linux) s/key (on *BSD). You can have your OpenVPN SSL certificates or SSH keys on your SD card, making the SD card the hardware token. The advantage of a product such as SecurID is that it combines all the above in one simple hardware interface. Quote:
|
All times are GMT. The time now is 07:05. |
vBulletin® Version 3.8.8