Talsec's Commitment to Comprehensive Security

While Talsec doesn't directly provide control-flow obfuscation for the main application code due to the aforementioned complexities, we are committed to offering our partners a holistic security solution.

We can recommend and facilitate integration with reliable third-party tools that specialize in obfuscation enabling you to effectively protect your most critical algorithms without compromising the stability and maintainability of your primary application code.

Obfuscation Method & Protection
Advantages
Examples of Protected Assets
Platform-Specific Keywords or Settings (Android, iOS, Flutter)
Talsec Solution

Building the App in "Release" Mode

Removes debugging symbols

Function names, Line numbers in stack traces

android:debuggable=false, Release build configuration, flutter build

Enabling Built-in Obfuscation (Name Minification)

Minimizes Class, Method, and Field names

Class names, Method names, Field names

Android minifyEnabled = true & R8, Flutter --obfuscate

Talsec Obfuscation Issues Check

String Obfuscation

Protects String Data

API keys, Sensitive URLs, Configuration values

Talsec.getSecret("apiKey01")

Runtime Application Protection

Protection at runtime

Protect against debugger attach, runtime manipulations (Frida hooking)

Dynamic Secret Provisioning

Secrets are provisioned dynamically in a secure way

Remotely pushed API keys, Sensitive URLs, Provisioning of large assets and media from the backend on demand

AppiCrypt-strengthened HTTP communication and remotely managed SecretVault

Talsec AppiCrypt, Talsec Secret Vault with Remote Configuration

Last updated