Re: CAPICOM 3DES + System.Security.Cryptography in .NET



Like I was saying, you need to use CAPICOM to decrypt if you used the
CAPICOM EncryptData method. It is a proprietary encoding format.

Joe K.

"Jane" <jane.leung11@xxxxxxxxx> wrote in message
news:1135890457.041262.182990@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thanks Brad......
>
> It seems that you can still use capicom.dll in a .NET project (encrypt
> and decrypt) but what I really want is to use the System.Security.dll
> to decrypt data (which is being encrypted using the
> capicom.encryptedData object originally)
>
> I know Capicom is also from Microsoft, so I would think the
> System.Security.dll works just like Capicom...... but the fact that
> Capicom implements the 'magic' different (as it generates the key
> randomly using the secret value) from the .NET library (where user has
> to supply the key make up of 24 byte) surprises me......
>


.



Relevant Pages

  • Re: CAPICOM 3DES + System.Security.Cryptography in .NET
    ... It seems that you can still use capicom.dll in a .NET project (encrypt ... and decrypt) but what I really want is to use the System.Security.dll ... Capicom implements the 'magic' different (as it generates the key ...
    (microsoft.public.dotnet.security)
  • Re: problems upgrading from Capicom 1.0 to Capicom 2.0
    ... CAPICOM 1.0 Cannot Decrypt Data Encrypted with CAPICOM 2.0 ... > some cases a customer service application, written in ASP, must ... > *Accidentally* the web service environment got updated to ...
    (microsoft.public.security)
  • Re: How to decrypt CAPICOM data i .NET 2.0
    ... My understanding is that the CAPICOM encryption format is proprietary to ... CAPICOM, ... Now I want to decrypt this data in VB.NET. ... Dim message As New EncryptedData ...
    (microsoft.public.dotnet.security)
  • How to decrypt CAPICOM data i .NET 2.0
    ... I have CAPICOM encrypted data. ... Are there native .NET 2.0 library to decrypt CAPICOM data or I must have ... Dim message As New EncryptedData ...
    (microsoft.public.dotnet.security)
  • Re: CAPICOM within .NET
    ... You will need to use CAPICOM to decrypt it. ... uses a nonstandard ASN structure for EncryptedData. ... CAPICOM can decrypt a CAPICOM EncryptedData object. ... One field in the old database stores data encrypted ...
    (microsoft.public.dotnet.security)