Difference between PKCS1-padding/RSA encryption ios objc and java

前端 未结 3 1274
清歌不尽
清歌不尽 2021-02-01 16:01

I’m developing a application for ios and Android. I’m relatively new to crypto tasks and for the last 3 Days I keep banging my head against the wall because I’m not able to get

3条回答
  •  独厮守ぢ
    2021-02-01 16:56

    Try up with splitting cipher text into multiple parts so that each contains 16 char long and separately decode them. I too faced the same problem but that was in PHP for a long time and above trick worked for me.

    This may be help you to get-out of the problem.

提交回复
热议问题