Crypter.Blowfish Property

CryptSharp

CrypterBlowfish Property CryptSharp
Blowfish crypt, sometimes called BCrypt. A very good choice.

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

public static BlowfishCrypter Blowfish { get; }
Public Shared ReadOnly Property Blowfish As BlowfishCrypter
	Get
public:
static property BlowfishCrypter^ Blowfish {
	BlowfishCrypter^ get ();
}
static member Blowfish : BlowfishCrypter with get

Property Value

Type: BlowfishCrypter
See Also

Reference