I need to transfer a file from server to android. The file is encrypted by openssl with RSA private key, and android should decrypt it with the corresponding public key. How should i implement it in android? Could someone give me an example? Thanks!
Asked
Active
Viewed 3,203 times
1 Answers
0
I've added some example code on how to do this on Android in my answer here: https://stackoverflow.com/a/12101100/546054

Community
- 1
- 1

TouchBoarder
- 6,422
- 2
- 52
- 60