开发者

About encryption in Android 3.0 (Honeycomb) [closed]

开发者 https://www.devze.com 2023-02-08 15:42 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

Here is my interpretation of the Encryption API found in HoneyComb preview SDK. I would like to know if the community thinks the same.

As a device admin, an application first has to check weather Encryption is supported by the tablet (in hardware). I don't think there is software encryption algorithm in honeycomb (it will defenitely slow down the tablet). So, if there is hardware support, the admin app can call the start encryption method (setStorageEncryption). This will trigger the hardware encryption process. According the honeycomb preview api documentation, this will encrypt only the application storage area (i.e. all the internal memory - my guess) and not the external memory (sd card).

SDK:

This policy controls encryption of the secure (application data) storage area. Data written to other areas (e.g. the directory returned by getExternalStorageDirectory() may or may not be encrypted.

I came across an engaget article that says that the motorola xoom has an option to encrypt the entire tablet. This is a bit incomplete and misleading. Does this mean that Motorola has extended honeycomb 开发者_运维技巧to encrypt the SD card as well ?

Also, can anyone comment on my interpretation above ? Let me know if anyone has different ideas about encryption from the preview SDK or any other "sources" !

Since this question is closed, you can comment on this article here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号