Base64Encoding.Blowfish Property

CryptSharp

Base64EncodingBlowfish Property CryptSharp
Blowfish crypt orders characters differently from standard crypt, and begins encoding from the most-significant bit instead of the least-significant bit.

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

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

Property Value

Type: BaseEncoding
See Also

Reference