SMIME Decryption
- From: rene.rugerio@xxxxxxxxx
- Date: 13 Jul 2006 16:03:19 -0700
Hi folks !
I am working on an application in dotnet 2.0; receiving a smime message
which reads something like
========================================
MIME-Version: 1.0
Content-type: application/x-pkcs7-mime; smime-type=enveloped-data;
name="smime.p7m"
Content-Transfer-Encoding: base64
MIIcdsfefej [.....] (lots of chars)
========================================
What can i programatically do with the lot of chars, to get to the
original message ? I know in the content is the simmetric key of the
DES3 algorithm but it is encrypted with my public message, so i need to
decrypt it with my private and apply the des3.
but i do not how to do it !!?!!?
i know only the theory so far
but how to achieve this using C# is a mistery
best regards, thanks in advance
Michel Gallant, help me out in this one :D
.
- Follow-Ups:
- Re: SMIME Decryption
- From: Joe Kaplan \(MVP - ADSI\)
- Re: SMIME Decryption
- Prev by Date: Re: where is X509Certificate2UI
- Next by Date: Re: AzMan connection problems
- Previous by thread: where is X509Certificate2UI
- Next by thread: Re: SMIME Decryption
- Index(es):