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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -