CryptoSys PKI Toolkit Manual

Rsa.PbeOptions Enumeration

Password-based Encryption options to indicate the algorithm to be used to encrypt the private key file

Syntax

[C#]
public enum PbeOptions
[VB.NET]
Public Enumeration PbeOptions

Members

Member nameDescription
Default
Default option (pbeWithSHAAnd3-KeyTripleDES-CBC)
PbeWithSHAAnd_KeyTripleDES_CBC
pbeWithSHAAnd3-KeyTripleDES-CBC
PbeWithMD5AndDES_CBC
pbeWithMD5AndDES-CBC
PbeWithMD2AndDES_CBC
pbeWithMD2AndDES-CBC
PbeWithSHA1AndDES_CBC
pbeWithSHA1AndDES-CBC
Pkcs5PBES2_des_EDE3_CBC
"pkcs5PBES2" with "des-EDE3-CBC" (this option deprecated; use the PBES2 overload method instead)

Remarks

These are PBES1 options. To use the stronger PBES2 algorithms, use the PBES2 overload method. Reference: PKCS#5 v2.1 or RFC 2898.

[Contents] [Index]

[HOME]   [NEXT: Rsa.PublicExponent Enumeration...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.