PseudoDES text encoding class. PseudoDES is a TextVigenere type of encoding, remade for a number of times equal to TextAlgorithmParameters.Shift. If TextAlgorithmParameters.Shift is zero, then a value of 7 is taken.

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class TextPseudoDes : TextVigenere
Visual Basic
Public Class TextPseudoDes _
	Inherits TextVigenere
Visual C++
public ref class TextPseudoDes : public TextVigenere

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Crypto..::..TextAlgorithm
    LLCryptoLib.Crypto..::..TextVigenere
      LLCryptoLib.Crypto..::..TextPseudoDes

See Also