Encrypted Storage Extension for GDevelop
Encrypted Storage Extension for GDevelop
By using this extension, you can easily implement save data obfuscation and tamper prevention in your game.
⚠ Despite its name, this extension does not provide perfect encryption. A knowledgeable user could obtain the key and tamper with the data. However, it's still much better than having no protection at all.
This extension adds the following actions and conditions to your game:
- Encrypt and save variable
- Load, decrypt, and store in variable
- Error on last encrypted data load
📂 Examples project file
"EncryptedStorageExample0.0.0.zip" is the examples project. Open "EncryptedStorageExample.json" in GDevelop.
The project files include the following examples:
- Basic Usage
- Tamper Detection
🍩 Donation
If you enjoy this extension, please consider downloading the Example project file to maintain this extension. (The Example project file will surely help you.😉)
Download
Click download now to get access to the following files:
Development log
- v1.0.01 day ago
Comments
Log in with itch.io to leave a comment.
Cool!