C# Class TagTool.Definitions.AES

ファイルを表示 Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
DecryptSegment ( EndianReader Reader, int StartPosition, int Length, string Key ) : EndianReader

Decrypts a segment of an EndianReader stream.

Method Details

DecryptSegment() public static method

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.
return EndianReader