Hello DB gurus!
In my game HyperBloX, I'm using an online DB to store the highscores.
Everything works fine, no complaints here.
There is one thing, however, I'm not really comfortable with.
The DB password is stored in Process_Globals (obfuscated).
In theory, any user who obtains the password may access it and drop all the tables without effort.
Is there another way to do it, or at least a "read-only" mode for the DB?
I'd like to have a secure environment where the user will have access only to his own data, in "read-only" mode.
In my game HyperBloX, I'm using an online DB to store the highscores.
Everything works fine, no complaints here.
There is one thing, however, I'm not really comfortable with.
The DB password is stored in Process_Globals (obfuscated).
In theory, any user who obtains the password may access it and drop all the tables without effort.
Is there another way to do it, or at least a "read-only" mode for the DB?
I'd like to have a secure environment where the user will have access only to his own data, in "read-only" mode.