android - Android Device Admin API的加密算法

标签 android algorithm encryption admin device

有人知道他们在保护加密存储时使用什么算法吗?我没有找到任何阅读文档的信息。

最佳答案

我做了一些在线研究,我想我找到了 Android 文档中描述操作系统加密实现的部分。

The actual encryption used for the filesystem for first release is 128 AES with CBC and ESSIV:SHA256. The master key is encrypted with 128 bit AES via calls to the openssl library.

来源:http://source.android.com/devices/tech/encryption/android_crypto_implementation.html

关于android - Android Device Admin API的加密算法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16518884/

相关文章:

java - 尝试在 ListView 上实现搜索时出现 NullpointerException

android - 这个 GregorianCalendar 有什么问题?

algorithm - 如何将递归定义的输入大小函数转换为问题输入大小的直接函数?

java - Java 中的 Davies-Bouldin 指数

algorithm - JavaScript:计算数字的 n 次方根

密码加密

Java不可靠的字符串RSA加密/解密

android - Android Studio 上的 GitHub

java - 分配时间与系统时间相同时的运行方法

java - 不解密我加密的东西