show/hide this revision's text 2

How What mode to use to decrypt data with rsa RSA message from iPhone in javaJava?

Hi

My friend have has encrypted data with PKCS1 Padding using IPhone padding on an iPhone.

How Can can I decrypt the same that data in java Because in java i need algorithmname/ciphermode/paddingname But we both donot know Java?

Java requires me to specify "algorithm/ciphermode/padding". The padding and the algorithm are known, but neither of us knows the cipher mode

algorith name ="RSA"

Thanks Sunil; it is not specified when encrypting on the iPhone.

show/hide this revision's text 1

How to decrypt data with rsa in java

Hi My friend have encrypted data with PKCS1 Padding using IPhone How Can I decrypt the same data in java Because in java i need algorithmname/ciphermode/paddingname But we both donot know cipher mode

algorith name ="RSA"

Thanks Sunil