Hello, I am making a game and I want to store highscores inside a file.
How do I make this data protected so no one could edit anything.

For now, I encrypted the score and put it into file and when loading it I can decrypt it. All these encrypted strings are inside file "scores.txt".

Is it possible to create a file with custom extension that no one could open ?