An easy JavaScript encryption/compiler tool created by @FAXES & @PlutoTheDev.
At times file security in your live product is a must have to keep your assets secure in production. Over the past few months we have been looking to make this a possibility, this is when we found Bytenode on NPM.
EasyCompile uses Bytenode as its form to compile and secure your files through terminal or via website you can host!
- Create commercial versions of your application without direct source code
- Create demo/trial versions of your application without direct source code
- Secure your commercial products for distribution
To use your compiled script you need the easy compile npm pakcage and a file with this code format:
require("easycompile").changeExtension(".easycompile")
let run = require("./yourcompiledfile.easycompile")
run();
after all that run node yourfilename.js
With EasyCompile along with near any Javascript compiler will never provide full security on your applications. However, this is a great gateway to further protect your application.