BlowfishManaged Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)
The managed version of the Blowfish algorithm.
Syntax
public class BlowfishManaged : Blowfish, IDisposable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Blowfish |
Initializes a new instance of Blowfish |
Properties
Name | Description |
---|---|
Mode | Gets or sets the mode for operation of the symmetric algorithm. |
Padding | Gets or sets the padding mode used in the symmetric algorithm. |
Methods
Name | Description |
---|---|
Create() | Creates a cryptographic object to perform the Schneier's Blowfish algorithm. Inherited from Blowfish. |
Create |
Creates a Blowfish decryptor object with the specified key. |
Create |
Creates a Blowfish encryptor object with the specified key. |
Generate |
Generates a random initialization vector (IV) to be used for the algorithm. |
Generate |
Generates a random key to be used for the algorithm. |