AES gets different results in iOS (Obj-C) and Android (Java)

前端 未结 4 1892
小蘑菇
小蘑菇 2020-11-27 18:31

I\'m a complete newbie to this kind of encryption things but I have a Java app and an iOS, and I want them to both be able to ecrypt a text to a same result. I use AES. I fo

4条回答
  •  一生所求
    2020-11-27 19:30

    I made a gist with iOS/Android/Node.js AES256 same result encoding, https://gist.github.com/m1entus/f70d4d1465b90d9ee024

提交回复
热议问题