All Projects → iWinston → Javascript Code Protection Example

iWinston / Javascript Code Protection Example

Licence: mit
An example of JavaScript code protection

Programming Languages

javascript
184084 projects - #8 most used programming language
bytecode
52 projects

Projects that are alternatives of or similar to Javascript Code Protection Example

kiteshield
Packer/Protector for x86-64 ELF binaries on Linux
Stars: ✭ 71 (-6.58%)
Mutual labels:  obfuscation, packer
Newsup
Fully feature high performance binary usenet uploader/poster
Stars: ✭ 65 (-14.47%)
Mutual labels:  obfuscation
Ideas
Ideas for protecting C/C++
Stars: ✭ 37 (-51.32%)
Mutual labels:  obfuscation
Optimus
🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
Stars: ✭ 1,084 (+1326.32%)
Mutual labels:  obfuscation
Andtroj
A tool for integrating the Metasploit payload with Android's healthy programs and bypassing antivirus
Stars: ✭ 43 (-43.42%)
Mutual labels:  obfuscation
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-23.68%)
Mutual labels:  packer
Hcloud Okd4
Deploy OKD4 (OpenShift) on Hetzner Cloud
Stars: ✭ 29 (-61.84%)
Mutual labels:  packer
Appacker
Tool for making single .exe application packages
Stars: ✭ 70 (-7.89%)
Mutual labels:  packer
Skater .net Obfuscator
Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.
Stars: ✭ 64 (-15.79%)
Mutual labels:  obfuscation
Macro pack
macro_pack is a tool by @EmericNasi used to automatize obfuscation and generation of Office documents, VB scripts, shortcuts, and other formats for pentest, demo, and social engineering assessments. The goal of macro_pack is to simplify exploitation, antimalware bypass, and automatize the process from malicious macro and script generation to final document generation. It also provides a lot of helpful features useful for redteam or security research.
Stars: ✭ 1,072 (+1310.53%)
Mutual labels:  obfuscation
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+1281.58%)
Mutual labels:  packer
Enigma
Gradle Plugin - Obfuscator String Encryption (Android/Java)
Stars: ✭ 43 (-43.42%)
Mutual labels:  obfuscation
Obfuscation Stuff
Source Code Obfuscation And Binary Obfuscation, Multiple Languages And Multiple Platforms. Including 250+ Tools and 600+ Posts
Stars: ✭ 61 (-19.74%)
Mutual labels:  obfuscation
Kylin Llvm Obfuscator
based on llvm 5.0.1 release with ollvm
Stars: ✭ 37 (-51.32%)
Mutual labels:  obfuscation
Spel
STIG-Partitioned Enterprise Linux (spel)
Stars: ✭ 66 (-13.16%)
Mutual labels:  packer
Z00bfuscator
Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built on .NET Core
Stars: ✭ 35 (-53.95%)
Mutual labels:  obfuscation
Obfuscar
Open source obfuscation tool for .NET assemblies
Stars: ✭ 1,040 (+1268.42%)
Mutual labels:  obfuscation
Obfs4proxy Openvpn Linux
Obfuscating OpenVPN traffic using obfs4proxy - Linux platform
Stars: ✭ 57 (-25%)
Mutual labels:  obfuscation
Terraform Aws Couchbase
Reusable infrastructure modules for running Couchbase on AWS
Stars: ✭ 73 (-3.95%)
Mutual labels:  packer
Tinysmaliemulator
A very minimalist smali emulator that could be used to "decrypt" obfuscated strings
Stars: ✭ 68 (-10.53%)
Mutual labels:  obfuscation

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].