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



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