LdapCrypterVariant Enumeration

CryptSharp

LdapCrypterVariant Enumeration CryptSharp
LDAP password schemes.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public enum LdapCrypterVariant
Public Enumeration LdapCrypterVariant
public enum class LdapCrypterVariant
type LdapCrypterVariant
Members

  Member nameValueDescription
SSha0 Salted SHA-1. This is the default.
Sha1 Unsalted SHA-1. Used in htpasswd files.
SSha2566 Salted SHA-256.
Sha2567 Unsalted SHA-256.
SSha3848 Salted SHA-384.
Sha3849 Unsalted SHA-384.
SSha51210 Salted SHA-512.
Sha51211 Unsalted SHA-512.
SMD52 Salted MD-5.
MD53 Unsalted MD-5.
Cleartext4 No crypt operation is performed. The password can be read easily.
Crypt5 Any crypt algorithm. If you specify this for Variant, you must also set Crypter and may optionally set CrypterOptions.
See Also

Reference