BlowfishManaged Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
The managed version of the Blowfish algorithm.
Syntax
public class BlowfishManaged : Blowfish, IDisposable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
BlowfishManaged() | Initializes a new instance of BlowfishManaged class. |
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. |
CreateDecryptor(Byte[], Byte[]) | Creates a Blowfish decryptor object with the specified key. |
CreateEncryptor(Byte[], Byte[]) | Creates a Blowfish encryptor object with the specified key. |
GenerateIV() | Generates a random initialization vector (IV) to be used for the algorithm. |
GenerateKey() | Generates a random key to be used for the algorithm. |