Android encryption

前端 未结 4 1946
走了就别回头了
走了就别回头了 2020-11-29 19:48

I am working on an android application, and I need to use encryption for one aspect of it. I am really indifferent to which algorithm I use (AES, DES, RSA, etc...). I am awa

4条回答
  •  情书的邮戳
    2020-11-29 20:28

    Look at my answer here Android database encryption. It contains 2 files that you can include in any of your applications that require data storage to be encrypted.

提交回复
热议问题