Giter Site home page Giter Site logo

gulp-jsfuck's Introduction

gulp-jsfuck

Fuck JavaScript and obfuscate it using only 6 characters ()+[]!

Uses JSFuck to obfuscate your JavaScript code.

Installing

npm i -D gulp-jsfuck
var jsfuck = require('gulp-jsfuck');

Usage

Just pipe through jsfuck

gulp.src('path/to/src')
  .pipe(jsfuck())
  .pipe(gulp.dest('path/to/dest'))

License

MIT

gulp-jsfuck's People

Contributors

bevacqua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gulp-jsfuck's Issues

Streaming is not supported. Gulp complie

Hi, thanks for your work. You know why this error?

events.js:72
throw er; // Unhandled 'error' event
^
Error in plugin 'gulp-jsfuck'
Streaming is not supported

Invalid string length

Is there a limit on the size of the JavaScript file? I'm seeing the following error:

jsfuck error: Invalid string length in c:\MyProject\dist\fp.js. Returning unfucked code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.