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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How can an MP3 player be encrypted?

1 点作者 dfps超过 2 年前
A lot of the $10 mp3 players from China do a lot of what modern computing is (they read pdfs, play music, etc. I haven&#x27;t seen one that saves text files but that doesn&#x27;t seem a stretch to add). But they don&#x27;t come with boot&#x2F;lock screen encryption. How can this be added? (asking in a computer programming way, like How can this be approached from the coding level.)<p>Could mp3 players become little computers (I understand they are computers) that do a lot of what we do with a computer?

1 comment

PaulHoule超过 2 年前
Doesn’t an MP3 player have some kind of operating system? You need filesystem drivers at the very least. You could certainly make one with Linux and if you did you could encrypt at the block level below the file system.