I have an API token string hard-coded in my program that is used to access a REST API. I would like to obfuscate this string somehow, so that if somebody decompiles my program, they wont be able to see the actual string. Are there any suitable methods of doing this? Thanks...