简体   繁体   English

SDCard加密上的Android目录

[英]Android Directory on SDCard Encryption

I have a folder on an SDCard inserted into an Android tablet device. 我在SDCard上的一个文件夹中插入了Android平板电脑设备。 Is it possible to Encrypt the folder (not the files) using AES or any other method? 是否可以使用AES或其他任何方法来加密文件夹(而不是文件)? So that only a specific application with the key can Decrypt the folder and go through its content? 这样,只有具有密钥的特定应用程序才能解密文件夹并浏览其内容?

Thanks. 谢谢。

No, unless you're able to format the card with a filesystem that supports encryption, and you have a modified version of Android that will recognize, decrypt, and mount that filesystem. 不可以,除非您能够使用支持加密的文件系统格式化卡, 并且您拥有可识别,解密和挂载该文件系统的修改版Android。

Most of the time, the sdcard is just a basic FAT32 or similar filesystem with all the the features and limitations of that filesystem. 大多数时候,sdcard只是一个基本的FAT32或类似的文件系统,具有该文件系统的所有功能和局限性。

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

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