So I'm making a small game with C#. And in this game you can save and load.
I use an XML file to store a player's data. But an XML file can be easily edited by any text editor.
So is there a way to encrypt or encode the XML file, and when i load it into my program, it returns back to normal XML code?
or will i have to make my own encryption ?
I have tried searching for a solution, but i did not find an understandable one.
Thanks very much.