Blowfish crypt orders characters differently from standard crypt, and begins encoding from
the most-significant bit instead of the least-significant bit.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public static BaseEncoding Blowfish { get; private set; }
See Also