Hi,
If my KeyFile is not an ASCII (with characteres
like key created by crypto++) file but a binary (hexadecimal) file, I can't use
HexDecoder().
For the moment, I translate my binary key file into
a ASCII file and next I do :
FileSource
privFile(<myKeyFilePath>, true, new
HexDecoder());
RSASSA_PKCS1v15_MD5_Signer
priv(privFile);
- Does crypto++ work directly with binary files ? if yes, which
class do I have to use ?
- If not, is there a better way to do so?
Another question :
- Does crypto++ check a certificate or a private key file ? If yes,
how to do so ?
Thanks
Guillaume.
|
- PGP Steve McClellan
- Re: PGP Shawn Masters
- RSA private key file problems Guillaume JOLIVET
- RE: RSA private key file problems Shawn Masters
- Re: RSA private key file problems Guillaume JOLIVET
- RE: RSA private key file problems Shawn Masters
- Re: RSA private key file problems Guillaume JOLIVET
- Re: RSA private key file prob... Shawn Masters
- Re: RSA private key file ... Guillaume JOLIVET
- Re: RSA private key file ... Wei Dai
- DUKPT ,TDES and crypto Guillaume JOLIVET
- DUKPT ,TDES and crypto Tim Droz
- TDES ECB Tim Droz
- RE: TDES ECB David C. Partridge
- RE: TDES ECB Tim Droz
- Re: TDES ECB Shawn Masters
- Re: TDES ECB Tim Droz
- Re: TDES ECB Shawn Masters