C# Class GameRevision.GW2Emu.Common.Cryptography.RC4Encryptor

Show file Open project: puppt/GW2Emu Class Usage Examples

Public Methods

Method Description
Decrypt ( byte buffer ) : byte[]
Encrypt ( byte buffer ) : byte[]
RC4Encryptor ( byte key ) : System

Method Details

Decrypt() public method

public Decrypt ( byte buffer ) : byte[]
buffer byte
return byte[]

Encrypt() public method

public Encrypt ( byte buffer ) : byte[]
buffer byte
return byte[]

RC4Encryptor() public method

public RC4Encryptor ( byte key ) : System
key byte
return System