Note that there are some explanatory texts on larger screens.

plurals
  1. POAbout encryption in Android 3.0 (Honeycomb)
    primarykey
    data
    text
    <p>Here is my interpretation of the Encryption API found in HoneyComb preview SDK. I would like to know if the community thinks the same.</p> <p>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).</p> <p>SDK:</p> <p> 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. </p> <p>I came across an engaget <a href="http://www.engadget.com/2011/02/02/android-3-0-honeycomb-can-encrypt-all-your-data-needs-a-full/" rel="nofollow">article</a> 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 ?</p> <p>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" !</p> <p>Since this question is closed, you can comment on this article <a href="http://techtej.blogspot.com/2011/02/android-30-encryption-initial-thoughts.html" rel="nofollow">here</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload