Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Encryption using VC++ but now need to decrypt on UNIX

mohitanchliaFeb 2 2008 — edited Feb 7 2008
I have files that were encrypted using VC++ on windows with following provider and type:

CryptAcquireContext( &Provider, NULL, MS_DEF_PROV, PROV_RSA_FULL, 0 )

Now there is need to get these files to UNIX, so I was wondering if :

1. I can use java Cryptograpy API or openssl to decrypt
2. If yes, then if somebody could give me a reference.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2008
Added on Feb 2 2008
34 comments
1,282 views