ID:156586
 
If I put my byond password in the code somewhere (lets say a global var) and then host the game. Would it be possible for someone to extract it?

ts
This is probably the wrong section for this but I'd simply go with the obvious choice; don't do it if you can help it. There may be some obscure ways to view even the most discreet of variables.
Tsfreaks wrote:
If I put my byond password in the code somewhere (lets say a global var) and then host the game. Would it be possible for someone to extract it?

ts

Yes. The hub_password variable, for example, is special and has encryption added onto it to prevent people from extracting it. Regular variables don't have even that amount of protection on them. You could put effort into obfuscating the password, but putting your password out where people can get at it is a bad idea.