this post was submitted on 01 Apr 2024
47 points (98.0% liked)

Game Development

3295 readers
2 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 5 months ago (1 children)

To decrypt AES you need some sort of a secret key or certificate. So the game will have to have it bundled.

If the Dev were to take, for example the x,y position of the player and convert that to a key, then there would not be any bundled key. This could allow specific conditions to be met without specifying the key or solution. Truthfully though, I don't know much about AES to know if that's possible.

[โ€“] [email protected] 1 points 4 months ago

You still need

  1. Trigger not at exact coordinates, but in some proximity.
  2. Test condition in near-realtime