Android 中加密文件的存储位置

发布于 2024-12-11 05:58:47 字数 117 浏览 0 评论 0原文

在我的应用程序中,媒体播放器应该解密受密码保护的音频文件以供临时使用。播放音频文件后,必须永久删除解密的文件。顺便说一句,我将加密数据存储在资产文件夹下。 问题是,解密后的文件应该放在哪里呢?它必须是用户无法访问的地方。

In my application, the media player should decrypt the audio file which is protected with a passphrase for temporarly usage. After playing the audio file, the decrypted file must be deleted permenantly. Btw, I store the encrypted data under assets folder.
The question is, where to should I put the decrypted file? It must be the place, which user can not access to.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水晶透心 2024-12-18 05:58:47

对于已 root 的手机,这是不可能的,对于未 root 的手机,由于文件权限的原因, /data/data/namepsace/* 目录下的任何位置都有点难以访问。

For a rooted phone this is impossible, for non rooted phones any place under the /data/data/namepsace/* directories are somewhat difficult to get at due to file permissions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文