stencyption
Version:
Military-grade JavaScript encryption with AES-256-GCM, polymorphic obfuscation, and anti-debugging protection. Each file gets unique encryption keys embedded in heavily obfuscated code.
39 lines (38 loc) • 948 B
JSON
{
"name": "stencyption",
"version": "3.1.0",
"description": "Military-grade JavaScript encryption with AES-256-GCM, polymorphic obfuscation, and anti-debugging protection. Each file gets unique encryption keys embedded in heavily obfuscated code.",
"main": "src/index.js",
"bin": {
"stencyption": "./src/cli.js"
},
"scripts": {
"test": "node test-demo.js",
"demo": "node demo-encryption.js",
"encrypt": "stencyption encrypt",
"decrypt": "stencyption decrypt"
},
"keywords": [
"encryption",
"decryption",
"obfuscation",
"code-protection",
"javascript",
"security",
"multi-file",
"batch-processing",
"aes-256-gcm",
"pbkdf2",
"polymorphic",
"anti-debugging",
"javascript-obfuscator",
"military-grade",
"hardened-encryption"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.12.2",
"javascript-obfuscator": "^4.1.1"
}
}