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