Méthode | Description | |
---|---|---|
DecodePassword ( string Password ) : string |
Decodes a Gamespy encoded password
|
|
EncodePassword ( string Password ) : string |
Encodes a password to Gamespy format
|
|
GsPassEncode ( byte pass ) : byte[] |
Gamespy's XOR method to encrypt and decrypt a password
|
Méthode | Description | |
---|---|---|
Gslame ( int num ) : int |
Not exactly sure what this does, but i know its used to reverse the encryption and decryption of a string
|
public static DecodePassword ( string Password ) : string | ||
Password | string | |
Résultat | string |
public static EncodePassword ( string Password ) : string | ||
Password | string | |
Résultat | string |
public static GsPassEncode ( byte pass ) : byte[] | ||
pass | byte | |
Résultat | byte[] |