Encryption and Obfuscation

Encryption

Easy Save gives you the ability to use AES 128-bit encryption.

To enable it, you can set the encrypt parameter to true. You can also set the password using the password parameter.

This encryption is good for very strong obfuscation. However, when ultimate security is important we advise you instead store data on a secure server using HTTPS, which is supported by Easy Save.

C#

JS

Obfuscation

Easy Save also gives you an option to use XOR obfuscation, which is extremely fast but provides less security than encryption.

You use it in exactly the same way you would use encryption, except also specify the encryptiontype as obfuscate.

C#

JS