TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Do you use encryption? Beware of Windows System Restore

11 点作者 tszyn超过 15 年前

5 条评论

tptacek超过 15 年前
This is one of the oldest practical problems in encryption, and the reason that groups handling PII use full-disk encryption and encrypted VM; even if the OS wasn't archiving your plaintext for you (and really, what else do you expect it to do?), there's probably 10 other ways your plaintext is persisted after encryption.
评论 #956509 未加载
bonsaitree超过 15 年前
Granted this is a parable to prove a technical point, but encryption and steganography issues aside, NO professional investigative journalist would risk keeping such sensitive material at home. It's kept at the office, or rotated across multiple safe deposit boxes, multiple safehouses, or, at the bare minimum, an offsite dead/dry dump--NEVER at home.<p>Additionally, why did he even open the door in the first place?<p>If they have a warrant, and if the information is valuable enough, let them expend time, effort, and resources to physically break in while the critical files are scrubbed (i.e. securely deleted with multiple over-writes).<p>If he's paranoid enough, these days, it will never be permanently stored on hard disk media in the first place. Instead the project files will be on easy-to-destroy and physically tiny flash media.<p>If the information is valuable enough (especially with corporate backing and 'sources' laws protections in the U.S.) it's worth the risk fighting an obstruction of justice charge.
scottdw2超过 15 年前
If you are ever going to commit a crime, don't use a computer. If you do, you will get it caught. It's that simple.<p>If someone has a warrant to seize your computer, and you encrypt it's contents, you can be compelled to remove the encryption. If you don't, then you have committed obstruction of justice, and you are going to go to jail anyways.<p>Strong encryption will protect against the case where someone has your computer, but not you. However, if they have both you and your computer, its not going to protect you.<p>Also, are you sure that the Windows 7 hidden partition is used for the Volume Shadow Copy Service? My understanding is that it's only used for storing system files, not user documents.<p>Your user documents (and their backups) should be stored on the system volume (not the hidden partition), and hence should be covered by your encryption software.
jrockway超过 15 年前
The key here is to power down your computer before opening the door for people with a search warrant.
评论 #956625 未加载
brown9-2超过 15 年前
I had no idea that Windows 7 - which I use - had this functionality. Looking at this from the other perspective, I think this article does a better job at marketing this feature (restore previous versions of documents easily thanks to Windows Restore) better than Microsoft ever has.