Ross ROSS = Recommend OSS · open-source software intelligence for agents

BruceWind/AESJniEncrypt

🛡 Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork} observed · 2026-08-28

github.com/BruceWind/AESJniEncrypt · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: 3561
  • days_rel: n/a
  • days_push: 971
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1010 stars · 165 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

An Android NDK library that implements ChaCha20-Poly1305 encryption via libsodium, with keys hidden in native code to resist reverse engineering. It adds signature verification, anti-debugging, emulator detection, and C code obfuscation to prevent repackaging attacks.

Use cases

  • hide encryption keys in native code on android
  • prevent apk repackaging and second-packing
  • encrypt sensitive data with chacha20 in android app
  • add signature verification to android jni methods
  • protect android app against reverse engineering
  • detect emulators and debuggers at runtime in android

When to choose

  • you need to protect cryptographic keys from extraction in an Android app
  • you want anti-tampering measures like signature verification and anti-debugging bundled together
  • you prefer ChaCha20 performance on ARM over AES

When to avoid

  • you need a simple, portable encryption library without native code
  • your target platform is not Android
  • you require AES specifically (deprecated in current versions)
  • you need a permissively licensed dependency (license is non-standard)

Facets

library · maturity active

cryptography security security mobile-development android-tools cpp c ndk libsodium chacha20 jni anti-tampering obfuscation app-hardening android

1 source

Member repositories

RepositoryRoleHealth v2
BruceWind/AESJniEncryptmain23

For agents

markdown · JSON · MCP: product_card(name="BruceWind/AESJniEncrypt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem