Crypter PropertiesCryptSharp
The Crypter type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberBlowfish
Blowfish crypt, sometimes called BCrypt. A very good choice.
Public propertyStatic memberExtendedDes
Extended DES crypt.
Public propertyStatic memberLdap
LDAP schemes such as {SHA}.
Public propertyStatic memberMD5
MD5 crypt, supported by nearly all systems. A variant supports Apache htpasswd files.
Public propertyStatic memberPhpass
PHPass crypt. Used by WordPress. Variants support phpBB and Drupal 7+.
Public propertyProperties
Properties inherent to the particular crypt algorithm. These cannot be modified. See CrypterProperty for possible keys.
Public propertyStatic memberSha256
SHA256 crypt. A reasonable choice if you cannot use Blowfish crypt for policy reasons.
Public propertyStatic memberSha512
SHA512 crypt. A reasonable choice if you cannot use Blowfish crypt for policy reasons.
Public propertyStatic memberTraditionalDes
Traditional DES crypt.
Back to Top
See Also