Encryption types for creating PKCS7 compliant files.

Question:

What encryption types can be used when creating PKCS7 compliant files? Is there any sample code availlable regarding using Chilkat Crypt .Net for PKCS#7

Answer:

You can use any encryption type supported by any CSP (Cryptographic Service Provider) that you have installed on your system. Typically, this is the "Microsoft Enhanced Cryptographic Service Provider", and it supports this:

RC2(128 bits)
RC4(128 bits)
DES(56 bits)
3DES TWO KEY(112 bits)
3DES(168 bits)
Examples can be found on example-code.com. If a new example is needed, send email to support@chilkatsoft.com.