Android encryption

前端 未结 4 1938
走了就别回头了
走了就别回头了 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:39

    I would also check out Conceal to see if it fits your bill. It has a easy to use API which abstracts the cryptographic details: https://github.com/facebook/conceal/

提交回复
热议问题