The Crypter type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Blowfish |
Blowfish crypt, sometimes called BCrypt. A very good choice.
| |
| ExtendedDes |
Extended DES crypt.
| |
| Ldap |
LDAP schemes such as {SHA}.
| |
| MD5 |
MD5 crypt, supported by nearly all systems. A variant supports Apache htpasswd files.
| |
| Phpass |
PHPass crypt. Used by WordPress. Variants support phpBB and Drupal 7+.
| |
| Properties |
Properties inherent to the particular crypt algorithm. These cannot be modified.
See CrypterProperty for possible keys.
| |
| Sha256 |
SHA256 crypt. A reasonable choice if you cannot use Blowfish crypt for policy reasons.
| |
| Sha512 |
SHA512 crypt. A reasonable choice if you cannot use Blowfish crypt for policy reasons.
| |
| TraditionalDes |
Traditional DES crypt.
|
See Also