Encryption algorithm of Android Device Admin API -
does know algorithm use when protecting encrypted storage? haven't found information having read documentation.
i have done online research, , think found part of android documentation describes encryption implementation of os.
the actual encryption used filesystem first release 128 aes cbc , essiv:sha256. master key encrypted 128 bit aes via calls openssl library.
source: http://source.android.com/devices/tech/encryption/android_crypto_implementation.html
Comments
Post a Comment