C# Class SecurityHandler, RPGQuest

Mostra file Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
DecryptDES ( string text, byte key ) : string
EncryptDES ( string text, byte key ) : string
LoadData ( string text ) : string
LoadGame ( string text ) : string
SaveData ( string text ) : string
SaveGame ( string text ) : string

Method Details

DecryptDES() public static method

public static DecryptDES ( string text, byte key ) : string
text string
key byte
return string

EncryptDES() public static method

public static EncryptDES ( string text, byte key ) : string
text string
key byte
return string

LoadData() public static method

public static LoadData ( string text ) : string
text string
return string

LoadGame() public static method

public static LoadGame ( string text ) : string
text string
return string

SaveData() public static method

public static SaveData ( string text ) : string
text string
return string

SaveGame() public static method

public static SaveGame ( string text ) : string
text string
return string