This is an automated archive made by the Lemmit Bot.

The original was posted on /r/godot by /u/ExtremeAcceptable289 on 2025-01-25 09:06:55+00:00.


I saw another person asking a similar question, but the answer seemed to have been deleted, so: I’m using appwrite (open source, self hostable Firebase clone) and I need to have an api key in order to do, well, everything (create accounts, write to storage with security permissions applied, etc). Problem is, I’ve seen that people are able to decompile the godot exported binary and get access to everything, including api keys. So, I want to know a good way to either prevent people from getting my api key, or securing it somehow. I was looking at the docs and saw stuff about exporting with PCK encryption but it says the key would be stored in the binary, which isn’t ideal.