What are best practices for using AES encryption in Android?

后端 未结 5 841
醉话见心
醉话见心 2020-11-30 16:20

Why I ask this question:

I know there have been a lot of questions about AES encryption, even for Android. And there are lots of code snippets if yo

5条回答
  •  臣服心动
    2020-11-30 17:06

    I found a nice implementation here : http://nelenkov.blogspot.fr/2012/04/using-password-based-encryption-on.html and https://github.com/nelenkov/android-pbe That was also helpful in my quest for a good enough AES Implementation for Android

提交回复
热议问题