C# Class PoehoeZipWin32.ZipCrypto

Inheritance: ICrypto
Afficher le fichier Open project: puckipedia/MagisterAPI

Méthodes publiques

Méthode Description
Decrypt ( byte Data, byte Key ) : byte[]
Encrypt ( byte Data, byte Key ) : byte[]
ToByteArray ( string HexString ) : byte[]

Method Details

Decrypt() public méthode

public Decrypt ( byte Data, byte Key ) : byte[]
Data byte
Key byte
Résultat byte[]

Encrypt() public méthode

public Encrypt ( byte Data, byte Key ) : byte[]
Data byte
Key byte
Résultat byte[]

ToByteArray() public static méthode

public static ToByteArray ( string HexString ) : byte[]
HexString string
Résultat byte[]