encrypting by using RSA in java and decrypting in C.
843810Jan 23 2003 — edited Aug 15 2004Is there any success example in the situation that encrypting in java and decrypting in C by using RSA algorithm. I ever tried the methods such as the NoPadding, PKCS1, OAEP, but not success. In my program, I am using the BouncyCastle provider in java and cryptlib (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ ) in C.
thanks a lot for your help.