RE: how to decrypt an smime file

From: Adrian Floarea (AdrianFloarea_at_discussions.microsoft.com)
Date: 10/28/04

  • Next message: lelteto: "RE: Writing SCP"
    Date: Thu, 28 Oct 2004 05:25:03 -0700
    
    

    Hi,
    For decrypting an smime file you can use directly CryptDecodeMessage. But
    after that, remember that your result is a Mime file and must be decoded. For
    that, you can find an very good example on code project site
    (www.codeproject.com) on Internet section.

    Regards,

    "Christian Valentin" wrote:

    > Hello
    >
    > If I have an smime (pkcs7, envelopeddata) file on the disc and want to
    > decrypt it with the capicom functions, how can i transform this file into an
    > envelopeddata object to decrypt it ?
    >
    > thx in advance
    > cv
    >
    >
    > --
    > Dipl.-Inform.
    > Christian Valentin
    > FlexSecure GmbH Darmstadt
    > Industriestrasse 12
    > 06151 50123 18
    >


  • Next message: lelteto: "RE: Writing SCP"