MD5CrypterVariant EnumerationCryptSharp
Modified versions of the MD5 crypt algorithm.

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

public enum MD5CrypterVariant
Members

  Member nameValueDescription
Standard0 Standard MD5 crypt.
Apache1 Apache htpasswd files have a different prefix. Due to the nature of MD5 crypt, this also affects the crypted password.
See Also