메소드 | 설명 | |
---|---|---|
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 |
public static DecryptDES ( string text, byte key ) : string | ||
text | string | |
key | byte | |
리턴 | string |
public static EncryptDES ( string text, byte key ) : string | ||
text | string | |
key | byte | |
리턴 | string |