Hello ,
I want to make a Mobile MMO, but i practicaly don’t know much about storing data and security. I want to store on server all logins/passwords of users and some variables ( eg. gold) .
And there’s a question:
What data base is best for it? Well, you’ll probably tell me “that one that suits you best” , so additionaly : What is the simplest/fastest to learn?
And what about security, i know that client shouldn’t have acces to dataBase and there should be externall script which client will call to get the data. Same question as above.
I know only c# and c++ :<
I’ve read some positivie opinions about SQLite, but is it good for handling that staff?