Base64Encoding Blowfish 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.0.0.0
Syntax

public static BaseEncoding Blowfish { get; private set; }
See Also