Changing Encryption Method

You can change the encryption method by Accessing the Encoder property of the SaveGame class:

SaveGame.Encoder = new MyCustomEncoder ();

Currently, there only one encoder available in Save Game Free, but you can create your own encoder implementation.

The built-in Save Game Free encoders are available at  BayatGames.SaveGameFree.Encoders namespace.