Releases: KnifeXRage/Godot-Secure
Releases · KnifeXRage/Godot-Secure
Release list
Godot Secure Beta v5.0_Universal
This is a Beta Version of Creating a Universal Scripts for all Godot Versions!
What's Changed
- Added backup behaviour. by @CodeNameTwister in #13
- Improved Readability of Script
- Added better methods for managing different Godot versions upon updates
- Now it supports full Godot version from
4.x.xto4.8.x!
New Contributors
- @CodeNameTwister made their first contribution in #13
Note: This is a beta Release. So, it may have some issues. If you find one Report it in
Issuestab.
Godot Secure v4.0
v4.0 of Godot-Secure!
New Features:
- Advance Key Derivation Method: A Totally new Key Derivation formula maker which creates a random key derivation formula each time instead of XORing the key. (May increase loading time of exported games a little bit but provides better security from automated tools).
- Custom Headers: Now we can use custom headers, so we can build
engineandtemplateswith same Headers. - Added Text File Logging: Now every process is
Loggedin txt File after running the script. - Also Support for Custom Security Token
- Created Separate Scripts for Godot Versions from
v4.x.x - v4.5.xandv4.6.x - Latest.
Download:
For Engine Version v4.0 to v4.5.x:
For Engine Version v4.6 or Above:
What's Changed
- Add missing ")" in replace. by @FeralBytes in #1
- Added Logo and LOGO_LICENSE.md by @Tegomlee in #5
- fix compatibility with Godot 4.6 by @omardev29 in #7
- Updated folder Structure of repo for better readability.
New Contributors
- @FeralBytes made their first contribution in #1
- @Tegomlee made their first contribution in #5
- @omardev29 made their first contribution in #7
Bugs Report: If you find and Bugs or Problems open issues on Godot-Secure Repo Issues
Godot Secure v2.0
v2.0 Release for Godot Secure
Added AES Support For Godot Secure in this Release
- Now We can use Godot Secure with Default AES Encryption
- Key Obfuscation Still Same
- Some Improvements In Code
- Supports
GodotVersion upto4.5
Godot Secure v1.0
One-Click Security Upgrade for Godot
This release transforms your Godot engine with military-grade Camellia-256 encryption and a unique security token system to protect game assets from reverse engineering.
🔥Features
- Camellia-256 encryption (replaces AES)
- Unique security token per build
- Randomized magic headers
- Automatic source code patching
- Full compatibility with Godot 4.x (May work for Godot 3.x)
📦 Included File
Godot Secure.py- Main installation script- Source Code
🚀 Quick Start
python godot_secure.py /path/to/godot/source
python godot_secure.py #Only Use in Godot Source Folder