Sorry if this has been asked before, but I am finding conflicting answers.
Can anyone tell me definitely whether or not it is possible to encrypt a
file with java and then decrypt it via CAPICOM?
At
<http://msdn.microsoft.com/library/d...pi.asp>
I read:
*
"Note* CAPICOM does not support the PKCS7 EncryptedData content type
but uses a non-standard ASN structure for EncryptedData. As a result,
only CAPICOM can decrypt a CAPICOM EncryptedData object."
This makes me think that is NOT possible, though it doesn't explicitly
say so.
However, back in 2002, Michel Gallant (MVP) replied to a thread in the
comp.lang.java.security group that seemed to imply that it could be
done. He offered links to some code samples. Unfortunately the codes
sample are gone, but you can read the thread at:
<http://groups-beta.google.com/group...icom+group:comp*&rnum&hl=en#bc900cb95f8cff86>
If I could just find out, for sure, whether or not is possible, I'd be
happy. I just don't want to keep trying, if it is pointless.
Thanks,
John
Replies