Skip to content Skip to sidebar Skip to footer

Android: How To Decrypt An Openssl Encrypted File With Rsa Key?

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

Solution 1:

I've added some example code on how to do this on Android in my answer here: https://stackoverflow.com/a/12101100/546054


Post a Comment for "Android: How To Decrypt An Openssl Encrypted File With Rsa Key?"