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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How secure are plaintext files stored on local computer?

3 点作者 tianqi超过 2 年前
I&#x27;m switching to another note taking software recently. The new note taking software emphasizes that it does not lock data and the data is stored locally by the user in .md format. Since notes contain a lot of sensitive data, it made me curious about a security question: how secure do you think is the local plaintext storage?<p>If we are more specific: how secure is local plaintext on Mac and iPhone?<p>Let&#x27;s consider:<p>1. If the device gets lost. I have opened FileVault on Mac and iPhone has a fingerprint lock and password. Is this secure enough?<p>2. Do some software scan the local files? How big is this risk?<p>3. Something like Spotlight on Mac does scan all the local plaintext, does this pose a security risk?<p>4. Are there any other risks you could think of?

2 条评论

connordoner超过 2 年前
Before you can answer this, you need to ask a more basic question: &quot;What am I trying to secure against?&quot;.<p>Are they secure against an opportunistic thief? Sure.<p>Are they secure against a state actor with an unlimited budget? One word: LOL.
评论 #33648630 未加载
tianqi超过 2 年前
The thing is: Local plaintext storage sounds beautiful, but is it really more secure than end-to-end encrypted cloud storage?