C# Class TagTool.Definitions.AES

Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Méthode Description
DecryptSegment ( EndianReader Reader, int StartPosition, int Length, string Key ) : EndianReader

Decrypts a segment of an EndianReader stream.

Method Details

DecryptSegment() public static méthode

Decrypts a segment of an EndianReader stream.
public static DecryptSegment ( EndianReader Reader, int StartPosition, int Length, string Key ) : EndianReader
Reader EndianReader The EndianReader to read from.
StartPosition int The stream position to decrypt from.
Length int The number of bytes to decrypt.
Key string The decryption key as a string.
Résultat EndianReader