Blowfish ECB implementation.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public class BlowfishECB : ICloneable |
Visual Basic |
---|
Public Class BlowfishECB _ Implements ICloneable |
Visual C++ |
---|
public ref class BlowfishECB : ICloneable |
Remarks
Use this class to encrypt or decrypt byte arrays or a single
block with Blowfish in the ECB (Electronic Code Book) mode. The key
length can be flexible from zero up to 56 bytes.