mojic

Obfuscate C source code into e...
Log | Files | Refs | README | LICENSE

commit 13fc63f31877f3fdf026e5af178b32e5d0b7ab85
parent 676834bdc29c095c335d9449bd0954a05e8ddc21
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Sun, 12 Jul 2026 10:12:31 +0000

v2.1.5

Diffstat:
MREADME.md | 18+++++++++++++++++-
Mbin/mojic.js | 2+-
Mlib/CipherEngine.js | 2+-
Mpackage.json | 5++---
4 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,20 @@ -# Mojic v2.1.4 +> [!IMPORTANT] +> ## Notice: Project Discontinuation & Local Patch (v2.1.5) +> I apologize for the inconvenience, but Mojic is being discontinued. This release (v2.1.5) marks the final patch to the GitHub repository. +> +> I have forgotten my npm account password, and during a recent migration to Linux, my recovery passcode file was also lost, completely locking me out of the account. Because of this, I am unable to publish a patch to fix a broken dependency (@notamitgamer/mojic) that is currently causing npm install commands from the registry to fail with a 404 error. +> +> If you still wish to use the tool, you can clone this repository and run or install it locally: +> ```bash +> # Clone and navigate to the directory +> git clone https://github.com/notamitgamer/mojic.git +> cd mojic +> +> # Install dependencies and link it globally to use the 'mojic' command +> npm install +> npm link + +# Mojic v2.1.5 ![NPM Downloads](https://img.shields.io/npm/d18m/mojic) diff --git a/bin/mojic.js b/bin/mojic.js @@ -9,7 +9,7 @@ import { Transform } from 'stream'; import { StringDecoder } from 'string_decoder'; import { CipherEngine } from '../lib/CipherEngine.js'; -const VERSION = '2.1.4'; +const VERSION = '2.1.5'; program .name('mojic') diff --git a/lib/CipherEngine.js b/lib/CipherEngine.js @@ -3,7 +3,7 @@ import { Transform } from 'stream'; import { StringDecoder } from 'string_decoder'; /** - * MOJIC v2.1.4 CIPHER ENGINE + * MOJIC v2.1.5 CIPHER ENGINE * "Operation Ironclad" * * Security Upgrades: * - KDF: Upgraded from PBKDF2 to Scrypt (Memory-Hard, GPU-Resistant) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { - "name": "@notamitgamer/mojic", - "version": "2.1.4", + "name": "mojic", + "version": "2.1.5", "description": "Obfuscate C source code into encrypted, password-seeded emoji streams.", "main": "bin/mojic.js", "bin": { @@ -20,7 +20,6 @@ "access": "public" }, "dependencies": { - "@notamitgamer/mojic": "^2.1.0", "chalk": "^5.6.2", "commander": "^14.0.3", "inquirer": "^13.2.5"
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror