Online Leaderboards and Detering Hackers
The official online scoreboards are complete and work has started on the Steam, Itch, and Kartridge API's. At this time, I would like to briefly share the techniques I've incorporated into the game to deter hackers.
All major variables that affect gameplay have been given a duplicate to be checked against. If there is a difference between the two, the application will quit. The duplicated variable is encrypted using a math formula that is randomly generated each time the game starts; making it next to impossible for users to change variables in the game.
Communication between the application and the website hosting the scoreboards is encrypted using 256 bit encryption. The PHP scripts are also password protected. Anyone who is logging http requests will probably never be able to manipulate scores through that method.
Lastly for any skilled hackers with decompilers, I've obfuscated my code to make it hell to read. So players can feel confident that the online scoreboards reflect true scores.
Get Dyflexion
Dyflexion
A vertical scroll shooter where deflecting enemy projectiles is key to success.
Status | Released |
Author | Pisces Studios |
Genre | Shooter, Action |
Tags | 2D, 3D, Arcade, Bullet Hell, Futuristic, scroll-shooter, Shoot 'Em Up, Space |
Languages | German, English, Spanish; Castilian, French, Italian, Japanese, Korean, Portuguese (Portugal), Russian, Chinese (Simplified) |
Accessibility | Configurable controls |
More posts
- Update 2Sep 28, 2023
- Update 1Mar 16, 2022
- Dyflexion Now AvailableMar 09, 2022
- Tutorial Video and Game ManualMar 09, 2022
- Demo Now Available! On Schedule to Launch March 9th!Feb 11, 2022
- New Boss Compilation TrailerDec 13, 2021
- Added Intermission Screen!Dec 12, 2021
- New Gameplay Trailer & Release DateDec 07, 2021
- Engine Switch RantAug 24, 2021
Leave a comment
Log in with itch.io to leave a comment.