Modified versions of the PHPass crypt algorithm.
            
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Standard | 0 | Standard PHPass. WordPress uses this. | |
| Phpbb | 1 | phpBB changes the prefix but the algorithm is otherwise identical. | |
| Drupal | 2 | Drupal 7+ uses SHA512 instead of MD5. | 
See Also