New Year's Resolution: Full Disk Encryption on Every Computer You Own
121–130 of 187 posts
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#122Unfortunately, the amount of time I spend running/breaking the development version of Ubuntu prohibits full disk encryption, but I do have /home encrypted. Is that "good enough"?
It's not reliable. Think /tmp (deleted temp file data can be recovered), hibernate/swap, log files, and so on. And OS can be more easily tampered with undetected (rootkits/keyloggers etc).
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#123I wonder if there would be significant environmental implications if everyone switched to full disk encryption... Does this impose a significant processor load and does that translate to greater power consumption?
An idling CPU and a slightly loaded CPU use about the same amount of energy. I think my Q6600 quad used 190W @ idle and running full tilt cpu (ray tracing) it was using 220W. For FDE it depends on how much IO you are doing. I doubt it will make even a 0.01 difference in your daily power consumption.
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#124Earlier quoted context omitted.
Human trafficking is the new drugs. Apparently it's enormously more profitable to import sex workers and keep them in a kind of narcotic/whatever assisted slavery, because of the reuse of the person vs. the consuming nature of the drug.
We're getting way off topic but I'd be interested to see a source for that claim. I imagine that the costs associated with a prostitute (food, shelter) would be significantly higher than those associated with a stock of inert crystalline powder, pills, or resin. Even if nominally borne by the prostitute, those greater costs still reduce the profitability of the overall enterprise.
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#125Can anyone comment on the speed/performance of TrueCrypt, EncFS, and similar on older systems, e.g. a 5 - 7 year old laptop? I'm considering carrying a "sacrificial" machine in case it is, um, "indefinitely detained", but I'm uncertain what kind of a performance hit full disk (or partition -- though I'm inclined to encrypt the entire disk) encryption will incur. (I currently have Core Duo and P4 candidates for the jo…
My core duo 1.6 GHz laptop gets about 60 MB/s of AES encryption/decryption speeds on battery (which I think reduces the clock to 1 GHz).
I consider the impact negligible.
However if you have an SSD in your system and do full-disk-encryption you will loose potential TRIM-support which can have a significant performance penalty depending on drive.
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#126Earlier quoted context omitted.
I'm willing to risk that since I rarely use any of my swap.
You can and should encrypt your partition, since your home key might end up there. https://help.ubuntu.com/community/EncryptedFilesystems If you want hibernate to work you can use uswsusp for example: https://we.riseup.net/debian/encrypted-swap Sleep always works, but as mentioned above, your key will be in memory...
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#127Earlier quoted context omitted.
There's nothing stopping you using FDE on an SSD...
FDE on a SSD negates the gained speed advantage
2xWestern Digital blue label RAID 0 : 0,65Mb/s (for refrence)
Crucial M4 without FDE : 19,07 Mb/s
Crucial M4 with FDE : 5,59 Mb/s
however the benchmark shows that a SSD is still substantially faster than a classical RAID 0 array
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#128Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#129What about on my mobile? I am not aware (as I havent looked) of any encryption available to the data on my iPhone, or MyTouch 4G. Further, I use Gmail - I have zero expectation of privacy from google. I also store all my important docs for work and personal on DropBox. What will I gain from encrypting my laptop? aside from it being stolen/lost - I dont see any added security/benefit from doing this. I am not trying t…
Don't use gmail and don't use dropbox for unencrypted files ;)
But seriously, the risk of your laptop being stolen or lost is a huge incentive for encrypting it. I feel much better knowing that the worst that could happen with my laptop is that i loose it (stolen/lost/dropped). I wouldn't wan't to be uncertain whether anyone had access to my personal files if it got lost and the data I have on it is more valuable than the hardware (and I'm still a student...).
For anyone that is tech savvy I see no reason not to do FDE.
Okay, two exceptions. Loosing TRIM support on SSD-drives and travelling to/from countries that feel they have the right to inspect the content of my laptop and that might frown upon the fact that it is encrypted.
Re: New Year's Resolution: Full Disk Encryption on Every Computer You Own
#130I'm not an expert on security, but I do know a bit about human nature. I'd suggest a 2-level encryption scheme. Perhaps FDE and a BIOS password as level 1, and then a futher encrypted area of your HD as level 2. Why? Because this allows you to appear to be cooperating with any request to look at your computer. Simply type in the level 1 stuff and demonstrate the system booting up. I bet 9 times out of 10 whoever is c…