C# Class PoehoeZipWin32.ZipCrypto

Inheritance: ICrypto
Exibir arquivo Open project: puckipedia/MagisterAPI

Public Methods

Method Description
Decrypt ( byte Data, byte Key ) : byte[]
Encrypt ( byte Data, byte Key ) : byte[]
ToByteArray ( string HexString ) : byte[]

Method Details

Decrypt() public method

public Decrypt ( byte Data, byte Key ) : byte[]
Data byte
Key byte
return byte[]

Encrypt() public method

public Encrypt ( byte Data, byte Key ) : byte[]
Data byte
Key byte
return byte[]

ToByteArray() public static method

public static ToByteArray ( string HexString ) : byte[]
HexString string
return byte[]