Lines Matching full:encryption
1 page.title=Encryption
29 Encryption is the process of encoding all user data on an Android device using
30 symmetric encryption keys. Once a device is encrypted, all user-created data is
32 decrypt data before returning it to the calling process. Encryption ensures that
37 Android has two methods for device encryption: full-disk encryption and
38 file-based encryption.
40 <h2 id=full-disk>Full-disk encryption</h2>
42 Android 5.0 and above supports <a href="full-disk.html">full-disk encryption</a>.
43 Full-disk encryption uses a single key?protected with the user?s device password?to
54 <h2 id=file-based>File-based encryption</h2>
56 Android 7.0 and above supports <a href="file-based.html">file-based encryption</a>.
57 File-based encryption
59 independently. Devices that support file-based encryption can also support a new
67 With the introduction of file-based encryption and new APIs to make
68 applications aware of encryption, it is possible for these apps to operate