Podcast
Questions and Answers
What should be done to save files to make it hard to hack?
What should be done to save files to make it hard to hack?
- Store in plain text
- Encrypt or store in binary form (correct)
- Use checksum hash
- Do not store save files
What should be done if the checksum hash of a save file does not match?
What should be done if the checksum hash of a save file does not match?
- Rewards current users
- Ignore the mismatch
- Update the binary
- Log error (correct)
What should be done if the request hash of client-server comms does not match?
What should be done if the request hash of client-server comms does not match?
- Ignore the mismatch
- Rewards current users
- Show an update build popup to the user (correct)
- Encrypt the communication
Why is it important to double-check conditions before rewarding current users?
Why is it important to double-check conditions before rewarding current users?
What should be added to each reward given to current users?
What should be added to each reward given to current users?