I would like to store credentials for a server (e.g. nakama), API keys etc and want to avoid using plaintext. How can this be achieved?
The nakama/defold documentation has the nakama credentials stored in a .lua file, but I don’t think this is secure, since this can be easily read when analyzing the .apk for example.
Any ideas?
Thank you