简体   繁体   English

使用内部存储和加密用法保护Android应用程序中下载的文件的安全吗?

[英]Secure downloaded Files in android applications with internal storage and encrypting usage?

I am working on an Android application which downloads files in External storage. 我正在使用一个Android应用程序,该应用程序下载外部存储中的文件。

I want to download them in internal storage and encrypt them so they become secure even with a rooted device. 我想将它们下载到内部存储中并对其进行加密,以使它们即使在植根设备下也变得安全。 I found that we can work with internal storage and encrypting the files and to use them with external intents we use content-provider. 我发现我们可以使用内部存储和加密文件,并使用内容提供者将它们与外部意图一起使用。

Dose some one worked with this kind of stuff ? 有人用这种东西工作吗? (internal-storage + encrypting + decrypting + content-providers). (内部存储+加密+解密+内容提供者)。

thanks 谢谢

You can use the download manager to download files using async task. 您可以使用下载管理器通过异步任务下载文件。 After that encrypt and decrypt that files. 之后,加密和解密该文件。 please refer How to encrypt file from SD card using AES in Android? 请参阅如何在Android中使用AES从SD卡加密文件?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将下载的文件保存到android的内部存储中? - how to save a downloaded file into internal storage in android? Android内部存储; 创建文件 - Internal Storage for Android; creating files Android-使用内部存储中的文件 - Android - working with files in the internal storage 如何将下载的文件保存在android studio的内部存储中? - How to save downloaded file in internal storage in android studio? 如何使用Android下载管理器将下载的图像存储在内部存储中 - how to store downloaded image in internal storage using Download Manager in android 将下载的文件保存到内部存储Java / Android失败 - saving downloaded file to internal storage java/android fails Android - 存储下载内容的位置,内部存储与外部存储? - Android – Where to store downloaded content, internal versus external storage? 如何临时访问内部存储中的某些文件给其他应用程序? - How to give temporary access to some files on internal storage to other applications? Android:安全可靠地放置在内部存储中以备份我的应用数据 - Android: Safe and secure place in internal storage to backup my app data 使用内部存储在Android应用程序之间共享大量数据? - Share lots of data between android applications using internal storage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM