Skip to content

Releases: KnifeXRage/Godot-Secure

Godot Secure Beta v5.0_Universal

Choose a tag to compare

@KnifeXRage KnifeXRage released this 10 Jul 09:40

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.x to 4.8.x!

New Contributors

Note: This is a beta Release. So, it may have some issues. If you find one Report it in Issues tab.

Godot Secure v4.0

Choose a tag to compare

@KnifeXRage KnifeXRage released this 07 Mar 14:43
22ba839

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 engine and templates with same Headers.
  • Added Text File Logging: Now every process is Logged in txt File after running the script.
  • Also Support for Custom Security Token
  • Created Separate Scripts for Godot Versions from v4.x.x - v4.5.x and v4.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

Bugs Report: If you find and Bugs or Problems open issues on Godot-Secure Repo Issues

Godot Secure v2.0

Choose a tag to compare

@KnifeXRage KnifeXRage released this 02 Jun 11:54
40bec15

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 Godot Version upto 4.5

Godot Secure v1.0

Choose a tag to compare

@KnifeXRage KnifeXRage released this 31 May 09:04
17690d4

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