The TextPseudoDes type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Algo |
Encoding algorithm
(Inherited from TextVigenere.) |
![]() | Code |
Encoding algorithm
(Overrides TextVigenere..::..Code(String).) |
![]() | Decode |
Decoding algorithm
(Overrides TextVigenere..::..Decode(String).) |
![]() | 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.) |
![]() | GenerateKey |
Generates a key and an initialization value.
Max size is 32 = keySize+blockSize
(Inherited from TextAlgorithm.) |
![]() | 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.) |
![]() | ToString |
Returns a String that represents the current Object.
(Overrides TextVigenere..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | key |
Algorithm key string
(Inherited from TextVigenere.) |
![]() | maIV |
Text Algorithm inizialization vector
(Inherited from TextAlgorithm.) |
![]() | maKey |
Text Algorithm byte key
(Inherited from TextAlgorithm.) |
![]() | shift |
Algorithm shift number
(Inherited from TextVigenere.) |
Properties
Name | Description | |
---|---|---|
![]() | AlgorithmType |
Text algorithm type. If it's a normal text algorithm (ie: TextROT13)
then this will be TextAlgorithm.Text. If it's a binary algorithm
turned into a text algorithm via Base64 conversions, this will be
TextAlgorithm.Binary
(Inherited from TextAlgorithm.) |