encrypting by using RSA in java and decrypting in C++ using Crypto++5.2.1.
843810Aug 15 2004 — edited Jul 20 2005I need some help
I am wrote a Java program with RSA Encryption (RSA/ECB/PKCS1Padding) using BouncyCastle
can any buddy help me in writing an RSA Decryption (PKCS#1 v1.5 padding) program in C++ using the Crypto++ Library 5.2.1 version.