PhpassCrypterVariant EnumerationCryptSharp
Modified versions of the PHPass crypt algorithm.

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

public enum PhpassCrypterVariant
Members

  Member nameValueDescription
Standard0 Standard PHPass. WordPress uses this.
Phpbb1 phpBB changes the prefix but the algorithm is otherwise identical.
Drupal2 Drupal 7+ uses SHA512 instead of MD5.
See Also