LDAP password schemes.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SSha | 0 | Salted SHA-1. This is the default. | |
Sha | 1 | Unsalted SHA-1. Used in htpasswd files. | |
SMD5 | 2 | Salted MD-5. | |
MD5 | 3 | Unsalted MD-5. | |
Cleartext | 4 | No crypt operation is performed. The password can be read easily. | |
Crypt | 5 | Any crypt algorithm. If you specify this for Variant, you must also set Crypter and may optionally set CrypterOptions. |
See Also