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

core-lib/xjar

Spring Boot JAR 安全加密运行工具,支持的原生JAR。 observed · 2026-08-28

github.com/core-lib/xjar · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2841
  • days_rel: n/a
  • days_push: 861
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1807 stars · 502 forks observed · 2026-08-28

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

XJar is a Java library and Maven-integrated tool that encrypts Spring Boot and plain JAR files (e.g., with AES) and provides a custom classloader to decrypt them in memory at runtime. It also generates a Go-based launcher binary that embeds tamper checking to keep the decryption password out of the JAR.

Use cases

  • encrypt a spring boot jar to prevent decompilation
  • protect java source code from being extracted from a jar
  • run an encrypted jar with in-memory decryption
  • prevent reverse engineering of a java application
  • generate a native launcher that hides the jar password
  • encrypt only selected classes and resources in a jar

When to choose

  • you distribute Spring Boot or plain JARs to customers and want to deter decompilation and source leakage
  • you want a no-code-change encryption step applied to an already-built JAR
  • you need selectable include/exclude rules for which resources get encrypted

When to avoid

  • you need strong cryptographic protection against a determined attacker - runtime in-memory decryption can still be dumped
  • your project is not JVM-based or runs on JDK below 1.7
  • you need obfuscation rather than encryption - a Java obfuscator may fit better

Facets

library · maturity active

cryptography security build-tool security developer-tools jvm windows cross-platform jar-encryption spring-boot anti-decompilation aes maven-plugin go-launcher java classloader linux macos

1 source

Member repositories

RepositoryRoleHealth v2
core-lib/xjarmain23

For agents

markdown · JSON · MCP: product_card(name="core-lib/xjar")

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