Crypter Properties

CryptSharp

Crypter Properties CryptSharp

The Crypter type exposes the following members.

Properties

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

Reference