MegatronKing/StringFog
一款自动对字节码中的字符串进行加密Android插件工具 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3466
- days_rel: n/a
- days_push: 785
- n_releases_24m: 0
Adoption not part of the score
2014 stars · 405 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
StringFog is a Gradle plugin for Android that automatically encrypts string literals in compiled bytecode (dex/aar/jar) at build time and decrypts them at runtime. It supports Java and Kotlin, pluggable encryption algorithms, and works alongside ProGuard obfuscation.
Use cases
- hide hardcoded strings in my android apk from reverse engineering
- encrypt string literals in dex bytecode automatically at build time
- protect api keys and secrets embedded in android app code
- apply string encryption to aar and jar library files
- use a custom encryption algorithm for android string obfuscation
- integrate string obfuscation into my gradle build for android
When to choose
- you ship an Android app or library and want to deter static analysis of embedded strings
- you want fully automated, Gradle-integrated string encryption with no source changes
- you need pluggable encryption implementations and per-package encryption scope
When to avoid
- you need strong cryptographic protection of secrets at runtime (decryption key ships in the app)
- you rely on InstantRun or AGP setups without BuildConfig
- you are not building for Android/JVM bytecode
Facets
plugin · maturity maintenance
security cryptography build-tool compiler android-tools security developer-tools mobile-development jvm bytecode-obfuscation string-encryption gradle-plugin dex apk-hardening reverse-engineering-protection android gradle
1 source
- readme: https://github.com/MegatronKing/StringFog · fetched 2026-08-28 · 5a7fe2eeb92d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MegatronKing/StringFog | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="MegatronKing/StringFog")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem