简体   繁体   中英

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.

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM