C# Class OpenStory.Cryptography.KmstEncryptor

Represents an encryption transformer based on the custom KMST algorithm.
Inheritance: CryptoTransformBase
Afficher le fichier Open project: shoftee/OpenStory

Méthodes publiques

Méthode Description
KmstEncryptor ( byte table, byte vector ) : System

Initializes a new instance of KmstEncryptor.

TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void

Method Details

KmstEncryptor() public méthode

Initializes a new instance of KmstEncryptor.
public KmstEncryptor ( byte table, byte vector ) : System
table byte
vector byte
Résultat System

TransformArraySegment() public méthode

public TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void
data byte
vector byte
segmentStart int
segmentEnd int
Résultat void