Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Day 11

Nothing to show today, but I'm working on a refined, online highscore system. It consists of a database and a PHP backend which will receive your highscore and display the world's (ha ha) top ten. I already have a working system but it's far from secure in the sense that anyone who figures out the URL could send a fake highscore. I don't know enough about security and encryption to make it near perfect secure, but at least prohibiting the casual packet sniffer should be doable. I'm thinking about a simple AES encryption.