All bets are off if they just find where you encrypt it in your code, and either understand it or just copy it. But I guess you could make it harder to find even the code.
At a deeper level you could generate the encryption code on the fly too, encrypt that and append that to the save.
You could make the key random and store parts of it in the encrypted result.
You could come up with some other esoteric scheme to do the encryption.
The more effort you take to do things to obscure it the longer it would take someone to figure it out.