The StreamCrypter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StreamCrypter |
Initializes a new instance of the StreamCrypter class.
|
Methods
Name | Description | |
---|---|---|
![]() | EncryptDecrypt(FileStream, FileStream, Boolean, CallbackPoint) |
Encrypt or decrypt a file stream.
|
![]() | EncryptDecrypt(String, String, Boolean, CallbackPoint) |
Encrypt or decrypt a file.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateKeys |
Generate keys starting from a string password. This method transforms a normal string into a strong password
by applying hash trasformation on that. The strong password is
then used to create the key vector and the block vector to
run the algorithm.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemoryEncryptDecrypt |
Encrypt or decrypt a file into a MemoryStream
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CACHESIZE |
The size of the buffer when reading and writing files.
|
Properties
Name | Description | |
---|---|---|
![]() | Algorithm |
Gets the wrapped symmetric algorithm.
|