Blowfish Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
Represents the base class from which all implementations of Bruce Schneier's Blowfish algorithm must derive.
Syntax
public abstract class Blowfish : SymmetricAlgorithm, IDisposableImplements
Inherited Members
Constructors
| Name | Description | 
|---|---|
| Blowfish() | Initializes a new instance of Blowfish. | 
Methods
| Name | Description | 
|---|---|
| Create() | Creates a cryptographic object to perform the Schneier's Blowfish algorithm. |