Plain Key
License key in plain text
Encoded Key
Key encoded, config visible
Full Config
Everything encoded
Plain License Key: Use your license key as-is. Works with both old and new loader versions. Suitable for testing or when minimal security is needed.
Check features you want to DISABLE (all enabled by default)
Encoded License Key: Your license key is base64 encoded with salt. Provides basic security against casual inspection while keeping configuration visible. Good balance of security and debuggability.
Check features you want to DISABLE (all enabled by default)
Full Config Encoding: Entire configuration is encoded with base64 and salt. Maximum security - nothing is visible in plain text. Recommended for production. Requires updated loader.
Check features you want to DISABLE (all enabled by default)
These features require Professional or Premium license
| Feature | Method 1: Plain Key | Method 2: Encoded Key | Method 3: Full Config |
|---|---|---|---|
| License Key Visibility | Visible | Hidden | Hidden |
| Configuration Visibility | Visible | Visible | Hidden |
| Security Level | Basic | Medium | High |
| Backward Compatibility | Full | Yes | New Loader |
| Professional Features | Limited | Yes | Full |
| Debugging Ease | Easy | Medium | Hard |
| Recommended For | Testing | Production | Security-Conscious |