开发者

Android external storage encryption

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜