Tagged Questions

0
votes
1answer
530 views

Java and C++ Cryptography interoperability

I have a message coming from an external company which has been encrypted with our public key using Java. Specifically the java code performing the encryption is - //get instance of cipher using ...