开发者

Android external storage encryption

开发者 https://www.devze.com 2023-02-09 17:03 出处:网络
I want to know how to encrypt the external storage data (.asec). Which algorithm is used, AES or another method?

I want to know how to encrypt the external storage data (.asec). Which algorithm is used, AES or another method? And then what is the encryption key? If a method to generate encryption key is open source, I think that it is going to cause a开发者_如何学Python problem. I would be grateful for any information about this.


The Android Open Source Project provides a document describing their crypto implementation.

Basically, they use AES in the Linux DM-CRYPT layer. See the document for full details, including how it interacts with vold.

0

精彩评论

暂无评论...
验证码 换一张
取 消