Would it provide increased security if I zero-filled the RAM before powering off? If that worked, what similar protection could beĀ applied for sleep mode?
feedback
|
|
RAM is volatile memory. Nothing is held on power down, so there's no reason to zero it, it does that itself by not having power. Sleep mode basically just "freezes" the current RAM state. If you zeroed that out, it'd be like rebooting. | |||||||||||||||||
feedback
|
|
The cold boot attack is scary, but also improbable. Most laptop thieves aren't going to risk permanent hardware damage on their merchandise on the possibility that a) you're using FDE in the first place, and b) you have data worth stealing (and c), most laptop thieves have never heard of "cold boot attack" and don't go to Princeton). Much more likely attack vectors exist that should be prioritized ahead of cold boot, IMHO. Having said all that, for a discussion of cold boot and mitigations, see here: http://security.stackexchange.com/questions/7299/how-can-the-impact-of-cold-boot-attacks-be-minimized/8641#8641 | |||
|
feedback
|