1
vote
2answers
369 views
Using Crypto++ generated RSA keys on OpenSSL
Is there a way to use the RSA keys I've generated with the Crypto++ API in OpenSSL? What I am looking for is a way to store the keys in a format that both Crypto++ and OpenSSL can easily open them.
…
1
vote
2answers
235 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
0answers
15 views
crypto++ RSA and “invalid ciphertext”
Hello all
Well, I've been going through my personal hell these days
I am having some trouble decrypting a message that was encrypted using
RSA and I'm always failing with a "RSA/OAEP-MGF1(SHA-1): …
0
votes
0answers
6 views
using PEM certificates in cryptopp
Hello all
I am posting here because cryptopp list is... well in a coma! Nobody seems to answer anything there.
I've been going through cryptopp trying to decrypt a a file and I am having some …
0
votes
1answer
115 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 …
0
votes
2answers
101 views
Given filename, how can I get the Adler32 using Crypto++
Given a "string filename", how can I get the Adler32 checksum using the C++ Crypto++ library. I am a little confused about using their FileSource and Sink system. Below I have the skeleton of the code …
