RSA encryption in Android and Java

后端 未结 3 1345
遇见更好的自我
遇见更好的自我 2021-02-03 16:32

I would like to encrypt a String with RSA encryption. My public/private keys were generated and stored in DB. In android, I use this code:

public static String e         


        
3条回答
  •  渐次进展
    2021-02-03 16:43

    There are deviations of different cipher and hash implementations. I would suggest using OpenSSL as a common implementation.

提交回复
热议问题