Just Obfuscate CLI — seal projects and decode obfuscated payloads (multi-language, multi-layer) from your terminal.
Project description
justob
CLI for the Obfuscate API — seal a ZIP of JS/TS source from your terminal.
Install
pip install justob # any system with Python 3.8+
pkg install python && pip install justob # Termux (Android)
sudo apt install pipx && pipx install justob # Debian / Ubuntu
Use
justob ./my-project.zip # default: profile=maximum
justob ./app.zip --profile standard --out sealed.zip
justob --help
Flags
| Flag | Default | Notes |
|---|---|---|
--profile |
maximum |
light / standard / maximum |
--strip-console |
true |
Remove console.* calls |
--encrypt-strings |
true |
Base64-encode string literals |
--include-skipped |
false |
Repack node_modules / .git untouched |
--inject-header |
false |
Prepend a license header |
--header |
Sealed by Obfuscate |
Header text |
--out |
<name>.obfuscated.zip |
Output path |
--endpoint |
the hosted site | Override with $JUSTOB_ENDPOINT |
Zero dependencies
justob uses only the Python stdlib (urllib, argparse). Works on
Termux, Alpine, minimal Docker images, CI runners — anywhere Python 3.8+
runs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file justob-1.1.0.tar.gz.
File metadata
- Download URL: justob-1.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd9924076bc695062753d3bfdcae3dda9c7db88b4d69326b3fb7ce4b5cf23f41
|
|
| MD5 |
7f4048935faf611f5b321a5edba6a33d
|
|
| BLAKE2b-256 |
f57afdf10ef64da233f09c3b28f32906d754e07f14049cc27297e86ad6529a2f
|
File details
Details for the file justob-1.1.0-py3-none-any.whl.
File metadata
- Download URL: justob-1.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb4117c2a5ecd227678dc82bf353db681c824d4848b16d3a87abbce17e676b42
|
|
| MD5 |
57ad46d63c7252ca5f78d87304689f1c
|
|
| BLAKE2b-256 |
8c492c1c1aa6422510a685de175c24f6fe48317159e84dfaa2b4dad06a7f30b0
|