Javascript Code Protection Example Save

An example of JavaScript code protection

Project README

javascript-code-protection-example

An example of JavaScript code protection.

Introduction

This repository contains an example of JavaScript code protection using javascript-obfuscator, bytenode and node-packer.

For Local Development

Command Usage

  • npm run obfuscate: obfuscate the index.js to index-obfuscated.js
  • npm run bytenode: compile the index-obfuscated.js to index-obfuscated.jsc
  • npm run bytenode:run: run the index-obfuscated.jsc
  • npm run nodec: package your Node.js project
  • npm run build: package your Node.js project into an executable that is obfuscated and compiled
Open Source Agenda is not affiliated with "Javascript Code Protection Example" Project. README Source: iWinston/javascript-code-protection-example
Stars
116
Open Issues
1
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating