AES Encryption Java -> PHP -> Java

前端 未结 2 2080
天涯浪人
天涯浪人 2021-02-10 05:32

In my Android app I am communicating with a web service the data sent and responded are encrypted with AES encryption.

So what I do is the following. I\'m sending a base

2条回答
  •  南旧
    南旧 (楼主)
    2021-02-10 06:06

    This might not be the answer you're looking for - but is there a specific reason you're manually encrypting this data instead of using SSL/HTTPS?

    In most cases HTTPS will be easier to implement and more secure than manually implementing a symmetric cipher.

提交回复
热议问题