I want to encrypt something in a script from a developer so a developer is not able to get it, but I don’t know-how. Any suggestions?
Below is an example of what I mean:
I have an important password for a bot and I don’t want any developer but me to get it but it’s in a script so any developer can just go into the script and find it. I don’t want this to happen so I want to encrypt it.
Yes and No, I am working with a developer and I just want the Key for only me to view and not any other developer so they don’t have access to it but I also want to to be safe so I can leave studio and not wake up the next morning to see that my bot got hacked.
If you don’t trust your devs with the key to the bot, then you shouldn’t trust them with access to the production game. Allow them to edit a private place, but, only allow yourself access to the production game, and include the API key there. There’s no way to “encrypt” a script to hide the key. Remember, obfuscation is NOT security.
I stopped typing a lengthy reply because jrelvas’ suggestion is exactly what I was going recommend, put more succinctly. I do what he suggests, I’m the only one with edit access to the live game place, and all our development and building is done in team create sandboxes.