Tagged Questions
1
vote
2answers
858 views
Can I use RSACryptoServiceProvider public/private keys to interop with Crypto++?
I've created a public/private key using RSACryptoServiceProvider and saved it as XML. I can use this to encrypt/decrypt/sign and verify data in .NET.
I have another application which is intended to ...
0
votes
1answer
529 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 ...